diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f9c2ab..d76db57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: needs: lint strategy: matrix: - ckan-version: ["2.10", 2.9, 2.9-py2, 2.8] + ckan-version: ["2.11", "2.10", 2.9, 2.9-py2, 2.8] fail-fast: false name: CKAN ${{ matrix.ckan-version }} diff --git a/ckanext/googleanalytics/tests/test_plugin.py b/ckanext/googleanalytics/tests/test_plugin.py index 15682bf..0e38b2f 100644 --- a/ckanext/googleanalytics/tests/test_plugin.py +++ b/ckanext/googleanalytics/tests/test_plugin.py @@ -1,7 +1,7 @@ import pytest -@pytest.mark.usefixtures("clean_db") +@pytest.mark.usefixtures("with_plugins", "clean_db") def test_script(app): resp = app.get("/") assert "GoogleAnalyticsObject" in resp