Skip to content

Commit

Permalink
fix data-ingest test
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Dec 3, 2024
1 parent 981be56 commit bb0eb19
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 @@ -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


Expand Down

0 comments on commit bb0eb19

Please sign in to comment.