Skip to content

Commit

Permalink
tests: Remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jan 5, 2024
1 parent fdbc10a commit 1ca410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def test_view(request: Request) -> dict:

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

0 comments on commit 1ca410f

Please sign in to comment.