diff options
author | Bruno Wagner <bwagner@riseup.net> | 2016-10-19 19:48:36 -0200 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2016-10-19 19:48:36 -0200 |
commit | 494b84ff680fde067272209e2178fcd2b3a51127 (patch) | |
tree | 4d5f9fdf41f1eb9ecc58eda6f31493896c4e1992 /service/test | |
parent | b981f6263ad03d0349af63b518f26eec28ce98c5 (diff) |
Adapted test now that leap.mail has a default charset
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/unit/adapter/mailstore/test_leap_attachment_store.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |