Skip to content

Commit

Permalink
Fixes TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
WinnyTroy committed Jan 10, 2019
1 parent 1eb6019 commit 7ab7184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onadata/libs/tests/utils/test_viewer_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ def test_get_single_submit_url_error_action(self, mocked):
url = '{}?server_url={}&form_id={}'.format(
enketo_url, server_url, "tag_team")
mocked.get(url, status_code=401)
msg = "There was a problem with your submissionor form. \
Please contact support."
msg = "There was a problem with your submissionor form."\
" Please contact support."
self.assertRaisesMessage(
EnketoError,
msg, get_single_submit_url,
Expand Down

0 comments on commit 7ab7184

Please sign in to comment.