Skip to content

Commit

Permalink
test: remove duplicate fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Oct 17, 2024
1 parent 1d423a1 commit 6431cb7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ def fixture_webapp_w_root_path(fm_client: AsyncClient) -> FastAPI:
return webapp


@pytest.fixture
def snapshot_json(snapshot):
return snapshot.with_defaults(extension_class=JSONSnapshotExtension)


@pytest.fixture(name="webapp")
def fixture_webapp(fm_client: AsyncClient) -> FastAPI:
webapp = create_saldo_ws_server(
Expand Down

0 comments on commit 6431cb7

Please sign in to comment.