From fde1e4fa0d06fc675b43bf423df4be6be2a5a9e2 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 22 Aug 2024 08:08:59 -0400 Subject: [PATCH] test --- tests/integration/test_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_workflow.py b/tests/integration/test_workflow.py index 531c68b5..8d9404d0 100644 --- a/tests/integration/test_workflow.py +++ b/tests/integration/test_workflow.py @@ -54,7 +54,7 @@ def test_wis2downloader(): 'origin/a/wis2/cn-cma/data/core/weather/prediction/forecast/medium-range/probabilistic/global': 10, # noqa 'origin/a/wis2/ro-rnimh-test/data/core/weather/surface-based-observations/synop': 49, # noqa 'origin/a/wis2/cg-met/data/core/weather/surface-based-observations/synop': 14, # noqa - 'origin/a/wis2/int-wmo-test/data/core/weather/surface-based-observations/drifting-buoys': 2, # noqa + 'origin/a/wis2/int-wmo-test/data/core/ocean/surface-based-observations/drifting-buoys': 2, # noqa 'origin/a/wis2/int-wmo-test/data/core/weather/surface-based-observations/wind-profile': 1, # noqa 'origin/a/wis2/int-wmo-test/data/core/weather/surface-based-observations/ship-hourly': 5, # noqa 'origin/a/wis2/it-meteoam/data/core/weather/surface-based-observations/synop': 31 # noqa