feat: CKAN v2.11 support

This commit is contained in:
Sergey Motornyuk 2024-06-28 18:52:15 +03:00
parent 09ec707099
commit 5a4f3d35d2
No known key found for this signature in database
GPG Key ID: 718E16AD9E4B91EA
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
needs: lint needs: lint
strategy: strategy:
matrix: 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 fail-fast: false
name: CKAN ${{ matrix.ckan-version }} name: CKAN ${{ matrix.ckan-version }}

View File

@ -1,7 +1,7 @@
import pytest import pytest
@pytest.mark.usefixtures("clean_db") @pytest.mark.usefixtures("with_plugins", "clean_db")
def test_script(app): def test_script(app):
resp = app.get("/") resp = app.get("/")
assert "GoogleAnalyticsObject" in resp assert "GoogleAnalyticsObject" in resp