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 a18893a commit 7edf084Copy full SHA for 7edf084
test/bases/renku_data_services/data_api/test_schemathesis.py
@@ -121,7 +121,7 @@ async def test_api_schemathesis(
121
# schemathesis does not currently allow accepting status 204 for negative data, so we ignore that check
122
checks = tuple(c for c in checks if c.__name__ != "negative_data_rejection")
123
124
- if req_kwargs.get("url") == "/api/data/repositories" and res.status_code == 200:
+ if req_kwargs.get("url") == "/api/data/repository" and res.status_code == 200:
125
# schemathesis constructs invalid negative cases affecting the /repositories endpoint
126
127
0 commit comments