diff options
Diffstat (limited to 'test/test_api.py')
| -rw-r--r-- | test/test_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_api.py b/test/test_api.py index 6d48a35..907aabf 100644 --- a/test/test_api.py +++ b/test/test_api.py | |||
| @@ -135,6 +135,7 @@ class Mat2APITestCase(unittest.TestCase): | |||
| 135 | headers={'content-type': 'application/json'} | 135 | headers={'content-type': 'application/json'} |
| 136 | ) | 136 | ) |
| 137 | error = request.get_json()['message'] | 137 | error = request.get_json()['message'] |
| 138 | self.assertEqual(request.status_code, 400) | ||
| 138 | self.assertEqual(error, 'Unable to clean application/zip') | 139 | self.assertEqual(error, 'Unable to clean application/zip') |
| 139 | 140 | ||
| 140 | def test_api_download(self): | 141 | def test_api_download(self): |
