Skip to content

Commit

Permalink
can't get the count right ...
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 19, 2024
1 parent e01ca10 commit 624cf42
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 @@ -307,7 +307,7 @@ def test_message_api():
'cg-met': 15,
'int-wmo': 13,
'cn-cma': 11,
'org-daycli-test': 30
'org-daycli': 37
}
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 624cf42

Please sign in to comment.