Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Dec 3, 2024
1 parent 63d7f77 commit 981be56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 981be56

Please sign in to comment.