diff --git a/tests/test_ambiguous_params.py b/tests/test_ambiguous_params.py index 47106aca7d..43f9c0589f 100644 --- a/tests/test_ambiguous_params.py +++ b/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()