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