Skip to content

Commit

Permalink
Update test_wis2box.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Oct 17, 2024
1 parent ac5798b commit 4639d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_compose_test/tests/integration/test_wis2box.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def transform_to_bufr(process_name: str, data: dict, expected_response: dict):
response = requests.get(f'{job_location_url}/results?f=json', headers=headers) # noqa
response_json = response.json()

print(response_json)
for key in ['result', 'messages transformed', 'messages published', 'errors', 'warnings']: # noqa
assert response_json[key] == expected_response[key]

Expand Down

0 comments on commit 4639d00

Please sign in to comment.