Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
push:
branches:
- main
- fix_test_recipe
# run the test only if the PR is to main
# turn it on if required
#pull_request:
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/recipe/test_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3888,9 +3888,9 @@ def test_align_metadata_invalid_project(tmp_path, patched_datafinder, session):
""")
msg = (
"align_metadata failed: \"No CMOR tables available for project 'ZZZ'. "
"The following tables are available: CMIP7, CMIP6, CMIP5, CMIP3, "
"CORDEX, obs4MIPs, ana4MIPs, native6, ACCESS, CESM, EMAC, ICON, IPSLCM, "
'OBS6, OBS."'
"The following tables are available: CMIP3, CMIP5, CMIP6, CMIP7, "
"CORDEX, obs4MIPs, ana4MIPs, OBS, OBS6, native6, ACCESS, CESM, EMAC, "
'ICON, IPSLCM."'
)
with pytest.raises(RecipeError) as exc:
get_recipe(tmp_path, content, session)
Expand Down
Loading