Skip to content

Commit

Permalink
adapted test
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Sep 1, 2023
1 parent 733008f commit f20be6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_job_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,10 @@ def test_status_details_email_done(gunicorn_dispatcher_live_fixture, dispatcher_
# check the additional status details within the email
assert 'email_status_details' in jdata
assert jdata['email_status_details'] == {
'exception_message': 'failing query\nInstrument: empty, product: failing failed!\n',
'exception_message': 'Error when getting query products (instrument: empty, '
'product: failing_parameters_dummy_query):\n'
'InternalError()\n'
'Instrument: empty, product: failing failed!',
'status': 'empty_product'
}

Expand Down

0 comments on commit f20be6b

Please sign in to comment.