Skip to content

Commit

Permalink
fixed smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 9, 2023
1 parent d16b5f0 commit 870a255
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/smoke/test_smoke_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,9 @@ def test_smoke_execute_c3s_cmip6_weighted_average(wps):
inputs = [("collection", C3S_CMIP6_MON_COLLECTION)]
urls = wps.execute("weighted_average", inputs)
assert len(urls) == 1
assert "rlds_Amon_INM-CM5-0_ssp245_r1i1p1f1_gr1_w-avg.nc" in urls[0]
assert (
"rlds_Amon_INM-CM5-0_ssp245_r1i1p1f1_gr1_20150116-21001216_w-avg.nc" in urls[0]
)


def test_smoke_execute_c3s_cmip5_orchestrate(wps):
Expand Down

0 comments on commit 870a255

Please sign in to comment.