From 3fd43a0a3f45bfbb0ab6bde36ba7b353dbf535ef Mon Sep 17 00:00:00 2001 From: mfrankie Date: Tue, 17 May 2016 16:56:55 +0200 Subject: remove duplicated mails, wip --- service/test/support/test_helper.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'service/test/support') diff --git a/service/test/support/test_helper.py b/service/test/support/test_helper.py index ebe8a897..57f41a6e 100644 --- a/service/test/support/test_helper.py +++ b/service/test/support/test_helper.py @@ -45,6 +45,20 @@ def mail_dict(): } +def duplicates_in_fields_mail_dict(): + return { + 'header': { + 'to': ['to@pixelated.org', 'another@pixelated.org', 'third@pixelated.org'], + 'cc': ['cc@pixelated.org', 'another@pixelated.org', 'third@pixelated.org'], + 'bcc': ['bcc@pixelated.org', 'another@pixelated.org'], + 'subject': 'Subject' + }, + 'body': 'Body', + 'ident': '', + 'tags': [] + } + + class TestDoc(object): def __init__(self, content): self.content = content -- cgit v1.2.3