diff options
Diffstat (limited to 'service/test/support')
-rw-r--r-- | service/test/support/test_helper.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/test/support/test_helper.py b/service/test/support/test_helper.py index 57f41a6e..b78da4cd 100644 --- a/service/test/support/test_helper.py +++ b/service/test/support/test_helper.py @@ -48,9 +48,9 @@ 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'], + 'to': ['to@pixelated.org', 'another@pixelated.org', 'third@pixelated.org', 'third@pixelated.org'], + 'cc': ['cc@pixelated.org', 'another@pixelated.org', 'third@pixelated.org', 'cc@pixelated.org'], + 'bcc': ['bcc@pixelated.org', 'another@pixelated.org', 'bcc@pixelated.org'], 'subject': 'Subject' }, 'body': 'Body', |