diff options
Diffstat (limited to 'service/test/integration')
| -rw-r--r-- | service/test/integration/test_retrieve_attachment.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/integration/test_retrieve_attachment.py b/service/test/integration/test_retrieve_attachment.py index fd6b2511..1cf8006f 100644 --- a/service/test/integration/test_retrieve_attachment.py +++ b/service/test/integration/test_retrieve_attachment.py @@ -28,7 +28,7 @@ class RetrieveAttachmentTest(SoledadTestBase):                             'type': 'cnt',                             'raw': 'cGVxdWVubyBhbmV4byA6RAo=',                             'phash': ident, -                           'content-type': 'text/plain; charset=US-ASCII; name="attachment_pequeno.txt"'} +                           'content_type': 'text/plain; charset=US-ASCII; name="attachment_pequeno.txt"'}          yield self.add_document_to_soledad(attachment_dict)  | 
