From 4929f342d2e492d4ed92d8a23a4a4d6643614cf6 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Mon, 22 Jan 2024 19:19:44 +0100 Subject: [PATCH] update smoke test for atlas --- tests/smoke/test_smoke_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke/test_smoke_checks.py b/tests/smoke/test_smoke_checks.py index 42e0f75..26033f4 100644 --- a/tests/smoke/test_smoke_checks.py +++ b/tests/smoke/test_smoke_checks.py @@ -674,7 +674,7 @@ def test_smoke_execute_c3s_ipcc_atlas_cordex_subset(wps): def test_smoke_execute_c3s_cica_atlas_cmip6_subset(wps): inputs = [ ("collection", C3S_CICA_ATLAS_CMIP6_COLLECTION), - # ("time", "2000-01-01/2000-12-30"), + ("time", "2000-01-01/2000-12-30"), # ("original_files", "1"), ] urls = wps.execute("subset", inputs)