From 6e79690d6c0790de4d78457cec0b7b4e05465f84 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:36:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_ambiguous_params.py | 1 + 1 file changed, 1 insertion(+) 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()