diff --git a/.github/workflows/herding_cats_explorer_tests.yml b/.github/workflows/herding_cats_explorer_tests.yml index 7edc043..3767e47 100644 --- a/.github/workflows/herding_cats_explorer_tests.yml +++ b/.github/workflows/herding_cats_explorer_tests.yml @@ -9,7 +9,6 @@ on: jobs: test: - needs: lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/tests/open_data_soft/test_ods_session_creation.py b/tests/open_data_soft/test_ods_session_creation.py index 77ae068..20fb552 100644 --- a/tests/open_data_soft/test_ods_session_creation.py +++ b/tests/open_data_soft/test_ods_session_creation.py @@ -7,7 +7,7 @@ def domain(): def test_cat_session_creation(domain): """ - Check that a valid Ckan session can be created + Check that a valid Ckan session can be created... """ try: session = CatSession(domain)