Skip to content

Commit

Permalink
[#56] Clean the index before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 13, 2024
1 parent b600493 commit f88e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/dcat/tests/test_scheming_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def test_e2e_dcat_to_ckan(self):
]


@pytest.mark.usefixtures("with_plugins", "clean_db")
@pytest.mark.usefixtures("with_plugins", "clean_db", "clean_index")
@pytest.mark.ckan_config("ckan.plugins", "dcat scheming_datasets")
@pytest.mark.ckan_config(
"scheming.dataset_schemas", "ckanext.dcat.schemas:dcat_ap_2.1_full.yaml"
Expand Down

0 comments on commit f88e433

Please sign in to comment.