diff --git a/onadata/libs/tests/utils/test_viewer_tools.py b/onadata/libs/tests/utils/test_viewer_tools.py index f2f94d4397..e02301a189 100644 --- a/onadata/libs/tests/utils/test_viewer_tools.py +++ b/onadata/libs/tests/utils/test_viewer_tools.py @@ -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,