Skip to content

Commit

Permalink
use centre-id for testing message queries
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 17, 2023
1 parent a208ad2 commit bec343b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ def test_message_api():

# test messages per test dataset
counts = {
'mwi': 24,
'ita': 33,
'dza': 29,
'rou': 185
'mwi_met_centre': 24,
'roma_met_centre': 33,
'alger_met_centre': 29,
'rnimh': 185
}
for key, value in counts.items():
url = f'{API_URL}/collections/messages/items?sortby=-datetime&q={key}&limit=1' # noqa
Expand Down

0 comments on commit bec343b

Please sign in to comment.