Skip to content

Commit 894df29

Browse files
committed
tests: Remove unused fixture
1 parent a065a11 commit 894df29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_middleware.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def test_view(request: Request) -> dict:
9393

9494
@pytest.mark.parametrize('value', bad_uuids)
9595
@pytest.mark.parametrize('app', [default_app, transformer_app, generator_app])
96-
async def test_non_uuid_header(client, caplog, value, app):
96+
async def test_non_uuid_header(caplog, value, app):
9797
"""
9898
We expect the middleware to ignore our request ID and log a warning
9999
when the request ID we pass doesn't correspond to the uuid4 format.

0 commit comments

Comments
 (0)