Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 9, 2023
1 parent 111a460 commit 75dc372
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 @@ -474,7 +474,9 @@ def test_smoke_execute_c3s_cmip6_weighted_average_orchestrate(wps):
]
urls = wps.execute("orchestrate", 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_20200116-20201216_w-avg.nc" in urls[0]
)


def test_smoke_execute_c3s_cmip6_orchestrate_metadata(wps, tmp_path):
Expand Down

0 comments on commit 75dc372

Please sign in to comment.