From 981be5642902dc9d66b590246049001687bb4676 Mon Sep 17 00:00:00 2001 From: Maaike Date: Tue, 3 Dec 2024 19:40:37 +0100 Subject: [PATCH] fix 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 8118208d9..1cf2ae1b0 100644 --- a/tests/integration/test_workflow.py +++ b/tests/integration/test_workflow.py @@ -218,7 +218,7 @@ def test_data_ingest(): item_api = SESSION.get(item_api_url).json() - assert item_api['reportId'] == '0-454-2-AWSNAMITAMBO-202107071455' + assert item_api['properties']['reportId'] == '0-454-2-AWSNAMITAMBO-202107071455' assert item_api['properties']['reportTime'] == '2021-07-07T14:55:00Z' # noqa 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