Skip to content

Commit dba583e

Browse files
committed
fix test where api return 400 and we don't provide repo_url on error responses
1 parent 8cfdab6 commit dba583e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_flow_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ async def test_invalid_repository_url(request: pytest.FixtureRequest) -> None:
8888
# Check that response is JSON error
8989
response_data = response.json()
9090
assert "error" in response_data
91-
assert "repo_url" in response_data
9291

9392

9493
@pytest.mark.asyncio

0 commit comments

Comments
 (0)