diff --git a/ckanext/googleanalytics/tests/conftest.py b/ckanext/googleanalytics/tests/conftest.py index 784f74b..1f63978 100644 --- a/ckanext/googleanalytics/tests/conftest.py +++ b/ckanext/googleanalytics/tests/conftest.py @@ -16,7 +16,7 @@ if toolkit.requires_ckan_version("2.9"): reset_db() migrate_db_for("googleanalytics") else: - from dbutil import init_tables + from ckanext.googleanalytics.dbutil import init_tables @pytest.fixture() def clean_db(reset_db):