Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 21, 2024
1 parent 72944cb commit 95a17b9
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 @@ -349,6 +349,9 @@ def test_message_api():
assert b'BUFR' in r.content

# we want to find a particular message with data ID for recommended data
url = f'{API_URL}/collections/messages/items?sortby=-datetime&q=cd-brazza_met_centre' # noqa
r = SESSION.get(url).json()

target_data_id = "cd-brazza_met_centre:surface-weather-observations/WIGOS_0-20000-0-64406_20230803T090000" # noqa

msg = None
Expand Down

0 comments on commit 95a17b9

Please sign in to comment.