Browse Source

Tweak test

pull/14962/head
Sebastián Ramírez 5 months ago
parent
commit
201d3ef10d
  1. 1
      tests/test_tutorial/test_custom_response/test_tutorial001.py

1
tests/test_tutorial/test_custom_response/test_tutorial001.py

@ -9,7 +9,6 @@ from inline_snapshot import snapshot
name="client", name="client",
params=[ params=[
pytest.param("tutorial001_py310"), pytest.param("tutorial001_py310"),
pytest.param("tutorial010_py310"),
], ],
) )
def get_client(request: pytest.FixtureRequest): def get_client(request: pytest.FixtureRequest):

Loading…
Cancel
Save