From 0e51e5b309ae00ebd59925a581d58403fcf73421 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 30 Aug 2015 17:31:24 -0300 Subject: [tests] fixes attachments tests for attribute rename As #435 --- service/test/integration/test_retrieve_attachment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/integration') 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) -- cgit v1.2.3