diff options
Diffstat (limited to 'src/mailman/app/tests/test_registrar.py')
| -rw-r--r-- | src/mailman/app/tests/test_registrar.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/app/tests/test_registrar.py b/src/mailman/app/tests/test_registrar.py index cec90c88b..2107f9648 100644 --- a/src/mailman/app/tests/test_registrar.py +++ b/src/mailman/app/tests/test_registrar.py @@ -247,7 +247,8 @@ class TestRegistrar(unittest.TestCase): self.assertEqual(message['To'], 'ant-owner@example.com') self.assertEqual(message['Subject'], 'Ant subscription notification') self.assertEqual(message.get_payload(), """\ -anne@example.com has been successfully subscribed to Ant.""") +anne@example.com has been successfully subscribed to Ant. +""") def test_no_admin_notify_mchanges(self): # Even when a user gets subscribed via the subscription policy |
