Browse Source

🎨 Auto format

pull/15185/head
pre-commit-ci-lite[bot] 4 months ago
committed by GitHub
parent
commit
6e79690d6c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      tests/test_ambiguous_params.py

1
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()

Loading…
Cancel
Save