diff options
| author | Victor Shyba <victor.shyba@gmail.com> | 2015-08-30 17:31:24 -0300 | 
|---|---|---|
| committer | Victor Shyba <victor.shyba@gmail.com> | 2015-08-30 17:31:24 -0300 | 
| commit | 0e51e5b309ae00ebd59925a581d58403fcf73421 (patch) | |
| tree | b83dc7f6a67fca6d5b0624e29e43c1c68aaa8d28 /service/test/integration | |
| parent | c002a2d31b1b4993567fcfcb7af6bd1c82b44b51 (diff) | |
[tests] fixes attachments tests for attribute rename
As #435
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)  | 
