From d75515179f6e074ae6c069cc9fc294984df5a008 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Tue, 31 Mar 2020 21:18:39 +0200 Subject: additional error handling --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 7431881..6734dcf 100644 --- a/test/test.py +++ b/test/test.py @@ -91,7 +91,7 @@ class Mat2WebTestCase(TestCase): data=dict( file=(io.BytesIO(zip_file_bytes), 'test.zip'), ), follow_redirects=True) - self.assertIn(b'Unable to clean',rv.data) + self.assertIn(b'Unable to clean', rv.data) self.assertEqual(rv.status_code, 200) def test_get_upload_no_file_name(self): -- cgit v1.3