Skip to content

Commit

Permalink
test: test pytest action error [2024-11-26]
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Nov 26, 2024
1 parent f4bec6b commit 610dae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/herding_cats_explorer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
test:
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tests/open_data_soft/test_ods_session_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 610dae1

Please sign in to comment.