From b967397c20e216b3e2d34926765ee5c6e5fcb8c3 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 23 Feb 2015 16:50:10 -0300 Subject: for #174, mailer daemon is now filtered from suggestions --- service/test/integration/test_contacts.py | 1 + 1 file changed, 1 insertion(+) (limited to 'service/test/integration') 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 -- cgit v1.2.3