Skip to content

Commit

Permalink
test_views_task_result_api.py: missed pytest bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaz committed Feb 12, 2019
1 parent 721d50d commit 0a50654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/test_views_task_result_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ def test_get_task_result_task_failure(rf, celery_worker): # noqa: pylint=invali
assert response == {
'state': 'FAILURE', 'task-id': task.id,
'result': 'RuntimeError("Request: \''
'core.tests.test_views_task_result_api._task2\'",)',
'core.tests.test_views_task_result_api._task2\'")',
}

0 comments on commit 0a50654

Please sign in to comment.