Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Aug 16, 2024
1 parent 5c60637 commit 802ef3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ def test_message_api():
r = SESSION.get(url).json()
assert r['numberMatched'] == value

url = f'{API_URL}/collections/messages/items?sortby=-datetime'
r = SESSION.get(url).json()

# we want to find a particular message with data ID
target_data_id = "cd-brazza_met_centre:surface-weather-observations/WIGOS_0-20000-0-64406_20230803T090000" # noqa

Expand Down

0 comments on commit 802ef3c

Please sign in to comment.