summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjfriedli2019-08-12 07:28:08 -0700
committerjvoisin2019-08-12 07:28:08 -0700
commit08ce6aed7662ecf5586d6782ef6449c2ec564ed9 (patch)
treeffbe36b7531ecb809fd38937013c005d37fb83ef /test
parent28253053ffbde483a591a88a18ee21c649a0ba2d (diff)
adding mime type to api response
Diffstat (limited to '')
-rw-r--r--test/test_api.py1
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,