Skip to content

Commit

Permalink
adapted test
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Dec 5, 2023
1 parent 4a35a24 commit 5ef185a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_job_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,9 @@ def test_status_details_email_done(gunicorn_dispatcher_live_fixture, dispatcher_
assert 'email_status_details' in jdata
assert jdata['email_status_details'] == {
'exception_message': 'Error when getting query products\nInstrument: empty, product: failing\n\n'
'The support team has been notified, and we are investigating to resolve the issue as soon as possible',
'The support team has been notified, and we are investigating to resolve the issue as soon as possible\n\n'
'If you are willing to help us, please use the "Write a feedback" button below. '
'We will make sure to respond to any feedback provided',
'status': 'empty_product'
}

Expand Down

0 comments on commit 5ef185a

Please sign in to comment.