From 08ce6aed7662ecf5586d6782ef6449c2ec564ed9 Mon Sep 17 00:00:00 2001 From: jfriedli Date: Mon, 12 Aug 2019 07:28:08 -0700 Subject: adding mime type to api response --- test/test_api.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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): data = json.loads(request.data.decode('utf-8')) expected = { 'output_filename': 'test_name.cleaned.jpg', + 'mime': 'image/jpeg', 'key': '81a541f9ebc0233d419d25ed39908b16f82be26a783f32d56c381559e84e6161', 'meta': { 'BitDepth': 8, -- cgit v1.3