Skip to content

Commit

Permalink
align numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jan 19, 2024
1 parent 114ad30 commit 8b57eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_metadata_discovery_publish():
r = SESSION.get(f'{API_URL}/collections/discovery-metadata/items',
params=params).json()

assert r['numberMatched'] == 5
assert r['numberMatched'] == 6

# test access of discovery metadata from notification message

Expand Down Expand Up @@ -238,7 +238,7 @@ def test_message_api():

# test messages per test dataset
counts = {
'cn-cma-babj': 10,
'cn-cma-babj': 11,
'mw_met_centre': 25,
'roma_met_centre': 33,
'alger_met_centre': 29,
Expand Down

0 comments on commit 8b57eaa

Please sign in to comment.