Skip to content

Commit

Permalink
update expected test results
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Aug 16, 2024
1 parent 05c29e7 commit fbfdc00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/integration/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def test_wis2downloader():
'origin/a/wis2/int-wmo-test/data/core/weather/surface-based-observations/buoy': 2, # noqa
'origin/a/wis2/int-wmo-test/data/core/weather/surface-based-observations/wind_profiler': 1, # noqa
'origin/a/wis2/int-wmo-test/data/core/weather/surface-based-observations/ship': 5, # noqa
'origin/a/wis2/it-roma_met_centre/data/core/weather/surface-based-observations/synop': 31 # noqa
'origin/a/wis2/it-roma_met_centre/data/core/weather/surface-based-observations/synop': 31, # noqa
'origin/a/wis2/int-wmo-test/data/core/weather/cap-alerts': 1 # noqa
}

topic_nfiles_dict_found = {}
Expand Down Expand Up @@ -125,7 +126,7 @@ def test_metadata_discovery_publish():
"""Test discovery metadata publishing"""

r = SESSION.get(f'{API_URL}/collections/discovery-metadata/items').json()
assert r['numberMatched'] == 9
assert r['numberMatched'] == 10

r = SESSION.get(f'{API_URL}/collections/discovery-metadata/items/{ID}').json() # noqa

Expand Down Expand Up @@ -291,7 +292,7 @@ def test_message_api():
'dz-alger_met_centre': 29,
'ro-rnimh': 50,
'cd-brazza_met_centre': 15,
'int-wmo-test': 11,
'int-wmo-test': 12,
'cn-cma': 11
}
for key, value in counts.items():
Expand Down

0 comments on commit fbfdc00

Please sign in to comment.