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 d913cc4..de33355 100644 --- a/test/test_api.py +++ b/test/test_api.py | |||
| @@ -37,6 +37,7 @@ class Mat2APITestCase(unittest.TestCase): | |||
| 37 | data = json.loads(request.data.decode('utf-8')) | 37 | data = json.loads(request.data.decode('utf-8')) |
| 38 | expected = { | 38 | expected = { |
| 39 | 'output_filename': 'test_name.cleaned.jpg', | 39 | 'output_filename': 'test_name.cleaned.jpg', |
| 40 | 'mime': 'image/jpeg', | ||
| 40 | 'key': '81a541f9ebc0233d419d25ed39908b16f82be26a783f32d56c381559e84e6161', | 41 | 'key': '81a541f9ebc0233d419d25ed39908b16f82be26a783f32d56c381559e84e6161', |
| 41 | 'meta': { | 42 | 'meta': { |
| 42 | 'BitDepth': 8, | 43 | 'BitDepth': 8, |
