🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2025-11-10 12:40:28 +00:00
parent b4afab0f16
commit e4917eac00
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ def get_client():
c = TestClient(app)
return c
@needs_py310
def test_foo_needy_very(client: TestClient):
response = client.get("/query/mixed-type-params?query=1&query=2&foo=bar&foo=baz")
@ -22,6 +23,7 @@ def test_foo_needy_very(client: TestClient):
"sequence_mapping_int": {"foo": []},
}
@needs_py310
def test_just_string_not_scalar_mapping(client: TestClient):
response = client.get("/query/mixed-type-params?&query=2&foo=1&bar=3&foo=2&foo=baz")