Skip to content

Commit

Permalink
To check diff
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbrand committed Feb 1, 2024
1 parent 88981e7 commit 4d9a877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/tests/test_content_import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def csvs2dicts(self, src_bytes: bytes, dst_bytes: bytes) -> ExpDictsPair:
return filter_exports(src, dst)


@pytest.fixture()
@pytest.fixture(params=["new"])
def csv_impexp(request: Any, admin_client: Any) -> ImportExport:
return ImportExport(admin_client, "csv")

Expand Down

0 comments on commit 4d9a877

Please sign in to comment.