Skip to content

Commit

Permalink
feat: CKAN v2.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jun 28, 2024
1 parent 09ec707 commit 5a4f3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion ckanext/googleanalytics/tests/test_plugin.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5a4f3d3

Please sign in to comment.