From bb0eb19aed6b9cab37ca9469fac3be704b4d5255 Mon Sep 17 00:00:00 2001 From: Maaike Date: Tue, 3 Dec 2024 19:53:35 +0100 Subject: [PATCH] fix data-ingest 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 1cf2ae1b..2b4d195b 100644 --- a/tests/integration/test_workflow.py +++ b/tests/integration/test_workflow.py @@ -223,7 +223,7 @@ def test_data_ingest(): assert item_api['properties']['wigos_station_identifier'] == '0-454-2-AWSNAMITAMBO' # noqa assert item_api['properties']['name'] == 'global_solar_radiation_integrated_over_period_specified' # noqa assert item_api['properties']['value'] == 0.0 - assert item_api['properties']['unit'] == 'J m-2' + assert item_api['properties']['units'] == 'J m-2' assert item_api['properties']['phenomenonTime'] == '2021-07-06T14:55:00Z/2021-07-07T14:55:00Z' # noqa