pre-commit-ci-lite[bot]
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
tests/test_ambiguous_params.py
|
|
|
@ -73,6 +73,7 @@ def test_multiple_annotations(): |
|
|
|
response = client.get("/multi-query", params={"foo": "1"}) |
|
|
|
assert response.status_code == 422 |
|
|
|
|
|
|
|
|
|
|
|
def test_query_invalid_type(): |
|
|
|
app = FastAPI() |
|
|
|
|
|
|
|
|