Skip to content

Commit

Permalink
re-fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Nov 8, 2024
1 parent d77a0e1 commit 653ffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/api_tracking/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_some_action():
from ckan import plugins


@pytest.mark.ckan_config("ckan.plugins", "tracking")
@pytest.mark.ckan_config("ckan.plugins", "api_tracking")
@pytest.mark.usefixtures("with_plugins")
def test_plugin():
assert plugins.plugin_loaded("api_tracking")

0 comments on commit 653ffd4

Please sign in to comment.