diff options
| author | jfriedli | 2021-01-29 02:40:42 -0800 |
|---|---|---|
| committer | jfriedli | 2021-01-29 02:40:42 -0800 |
| commit | 9a0a693c5467c245c9cae4245da7291b2799b2ef (patch) | |
| tree | e8d7084e41bb10a844389d27eff8ba9ef4028618 /test/test_api.py | |
| parent | d08d6996253577a2965b7c64a1c798569d3708de (diff) | |
Removed .asc assertion in supported extensions list
Diffstat (limited to 'test/test_api.py')
| -rw-r--r-- | test/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_api.py b/test/test_api.py index 907aabf..ad2525e 100644 --- a/test/test_api.py +++ b/test/test_api.py | |||
| @@ -96,7 +96,7 @@ class Mat2APITestCase(unittest.TestCase): | |||
| 96 | 96 | ||
| 97 | extensions = json.loads(rv.data.decode('utf-8')) | 97 | extensions = json.loads(rv.data.decode('utf-8')) |
| 98 | self.assertIn('.pot', extensions) | 98 | self.assertIn('.pot', extensions) |
| 99 | self.assertIn('.asc', extensions) | 99 | self.assertIn('.jpg', extensions) |
| 100 | self.assertIn('.png', extensions) | 100 | self.assertIn('.png', extensions) |
| 101 | self.assertIn('.zip', extensions) | 101 | self.assertIn('.zip', extensions) |
| 102 | 102 | ||
