We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a065a11 commit 894df29Copy full SHA for 894df29
tests/test_middleware.py
@@ -93,7 +93,7 @@ async def test_view(request: Request) -> dict:
93
94
@pytest.mark.parametrize('value', bad_uuids)
95
@pytest.mark.parametrize('app', [default_app, transformer_app, generator_app])
96
-async def test_non_uuid_header(client, caplog, value, app):
+async def test_non_uuid_header(caplog, value, app):
97
"""
98
We expect the middleware to ignore our request ID and log a warning
99
when the request ID we pass doesn't correspond to the uuid4 format.
0 commit comments