summaryrefslogtreecommitdiff
path: root/service/test/support/test_helper.py
diff options
context:
space:
mode:
authormfrankie <mfrankie@eumfranckie.local>2016-05-17 16:56:55 +0200
committermfrankie <mfrankie@eumfranckie.local>2016-05-19 13:30:18 +0200
commit3fd43a0a3f45bfbb0ab6bde36ba7b353dbf535ef (patch)
tree1b6bd18bcbde7a6bca00f362c0502f7ce2d901d0 /service/test/support/test_helper.py
parent053d51e8c6484f95b43c7b45e5b42fcb3e89784c (diff)
remove duplicated mails, wip
Diffstat (limited to 'service/test/support/test_helper.py')
-rw-r--r--service/test/support/test_helper.py14
1 files changed, 14 insertions, 0 deletions
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