Browse Source

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

pull/14356/head
pre-commit-ci[bot] 8 months ago
parent
commit
f13604d984
  1. 2
      tests/test_query_cookie_header_model_extra_params.py

2
tests/test_query_cookie_header_model_extra_params.py

@ -47,6 +47,7 @@ def test_query_pass_extra_list():
"param2": ["456", "789"],
}
def test_query_pass_extra_single():
client = TestClient(app)
resp = client.get(
@ -63,7 +64,6 @@ def test_query_pass_extra_single():
}
def test_header_pass_extra_list():
client = TestClient(app)

Loading…
Cancel
Save