diff --git a/tests/coops_test.py b/tests/coops_test.py index b8a6f88..1dc1a0d 100644 --- a/tests/coops_test.py +++ b/tests/coops_test.py @@ -236,11 +236,11 @@ def test_generate_urls_raises_when_end_date_before_start_date(): (8654467, "air_pressure"), (8654467, "air_temperature"), (8575437, "visibility"), - (8720233, "humidity"), + (8419870, "humidity"), (8654467, "water_temperature"), (8737048, "conductivity"), - ("cb1101", "currents"), - ("cb1101", "currents_predictions"), + ("cb1102", "currents"), + ("cb1102", "currents_predictions"), (8654467, "datums"), # (8636580, "hourly_height"), # Default dates won't work! # (8636580, "high_low"), # Default dates won't work! @@ -279,11 +279,11 @@ def now_utc(): (7, 8654467, "air_pressure"), (7, 8654467, "air_temperature"), (7, 8575437, "visibility"), - (7, 8720233, "humidity"), + (7, 8419870, "humidity"), (7, 8654467, "water_temperature"), (7, 8737048, "conductivity"), - (7, "cb1101", "currents"), - (7, "cb1101", "currents_predictions"), + (7, "cb1102", "currents"), + (7, "cb1102", "currents_predictions"), (7, 8654467, "datums"), # (7, 8720233, "salinity"), # (30, 8636580, "daily_mean"),