test: define open alpha acceptance gates
This commit is contained in:
@@ -62,6 +62,7 @@ def test_list_pagination_and_filter_validation() -> None:
|
||||
headers = {"Authorization": "Bearer change-me-in-production"}
|
||||
assert client.get("/api/v1/admin/external-observations?status=unknown", headers=headers).status_code == 422
|
||||
assert client.get("/api/v1/admin/catch-reports?offset=-1", headers=headers).status_code == 422
|
||||
assert client.get("/api/v1/admin/catch-reports?limit=101", headers=headers).status_code == 422
|
||||
|
||||
|
||||
def test_liveness_does_not_probe_dependencies() -> None:
|
||||
|
||||
Reference in New Issue
Block a user