We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfdab6 commit dba583eCopy full SHA for dba583e
tests/test_flow_integration.py
@@ -88,7 +88,6 @@ async def test_invalid_repository_url(request: pytest.FixtureRequest) -> None:
88
# Check that response is JSON error
89
response_data = response.json()
90
assert "error" in response_data
91
- assert "repo_url" in response_data
92
93
94
@pytest.mark.asyncio
0 commit comments