From 610dae192415733eaf72bc6796a9ab1efb0f257f Mon Sep 17 00:00:00 2001 From: Chris Carlon Date: Tue, 26 Nov 2024 22:20:46 +0000 Subject: [PATCH] test: test pytest action error [2024-11-26] --- .github/workflows/herding_cats_explorer_tests.yml | 1 - tests/open_data_soft/test_ods_session_creation.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)