From 494b84ff680fde067272209e2178fcd2b3a51127 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 19 Oct 2016 19:48:36 -0200 Subject: Adapted test now that leap.mail has a default charset --- service/test/unit/adapter/mailstore/test_leap_attachment_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/unit/adapter') diff --git a/service/test/unit/adapter/mailstore/test_leap_attachment_store.py b/service/test/unit/adapter/mailstore/test_leap_attachment_store.py index 2d3daaaa..1cde2ce2 100644 --- a/service/test/unit/adapter/mailstore/test_leap_attachment_store.py +++ b/service/test/unit/adapter/mailstore/test_leap_attachment_store.py @@ -60,7 +60,7 @@ class TestLeapAttachmentStore(TestCase): cdoc_serialized = {'content_transfer_encoding': 'base64', 'lkf': [], 'content_disposition': 'attachment', 'ctype': '', 'raw': 'dGhpcyBpcyBzb21lIGF0dGFjaG1lbnQgY29udGVudA==', 'phash': '9863729729D2E2EE8E52F0A7115CE33AD18DDA4B58E49AE08DD092D1C8E699B0', - 'content_type': 'text/plain', 'type': 'cnt'} + 'content_type': 'text/plain', 'type': 'cnt', 'charset': None} store = LeapAttachmentStore(self.soledad) -- cgit v1.2.3