diff options
Diffstat (limited to 'service/test/integration/test_contacts.py')
-rw-r--r-- | service/test/integration/test_contacts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test/integration/test_contacts.py b/service/test/integration/test_contacts.py index d96abd14..3a510346 100644 --- a/service/test/integration/test_contacts.py +++ b/service/test/integration/test_contacts.py @@ -100,6 +100,7 @@ class ContactsTest(SoledadTestBase): def _assert(contacts): self.assertNotIn('this_mail_was_bounced@domain.com', contacts) + self.assertNotIn("MAILER-DAEMON@domain.org (Mail Delivery System)", contacts) self.assertIn('this_mail_was_not@bounced.com', contacts) d.addCallback(_assert) return d |