Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Simba <[email protected]>
  • Loading branch information
lincmba committed Mar 1, 2019
1 parent 792da5c commit ec457c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onadata/libs/tests/utils/test_viewer_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def test_create_attachments_zipfile_file_too_big(self, rpt_mock):

self.assertTrue(rpt_mock.called)
rpt_mock.assert_called_with(message[0], message[1])

@override_settings(TESTING_MODE=False)
def test_get_submissions_url(self):
"""Test get_submissions_url()."""
Expand Down

0 comments on commit ec457c2

Please sign in to comment.