Skip to content

Commit

Permalink
error message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed May 16, 2024
1 parent 8a3b0c5 commit f421b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_server_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def test_error_two_scratch_dir_same_job_id(dispatcher_live_fixture):
expected_status_code=500,
expected_query_status=None,
)
assert jdata['error'] == 'InternalError():we have encountered an internal error! Our team is notified and is working on it. We are sorry! When we find a solution we will try to reach you'
assert jdata['error_message'] == 'we have encountered an internal error! Our team is notified and is working on it. We are sorry! When we find a solution we will try to reach you'
assert jdata['error'] == 'InternalError():We have encountered an internal error! Our team is notified and is working on it. We are sorry! When we find a solution we will try to reach you'
assert jdata['error_message'] == 'We have encountered an internal error! Our team is notified and is working on it. We are sorry! When we find a solution we will try to reach you'


@pytest.mark.fast
Expand Down

0 comments on commit f421b98

Please sign in to comment.