summaryrefslogtreecommitdiff
path: root/src/mailman/app/tests/test_moderation.py
diff options
context:
space:
mode:
authorMark Sapiro2016-12-04 16:03:54 -0800
committerMark Sapiro2016-12-04 16:03:54 -0800
commitab20aacc47fea1fd77f1ea69a2244793da7de080 (patch)
tree3f2f63b441f8f0e6013639d87f536a1436222c25 /src/mailman/app/tests/test_moderation.py
parent5b92dc47dd00da03111c17fa317328324ae677b8 (diff)
downloadmailman-ab20aacc47fea1fd77f1ea69a2244793da7de080.tar.gz
mailman-ab20aacc47fea1fd77f1ea69a2244793da7de080.tar.zst
mailman-ab20aacc47fea1fd77f1ea69a2244793da7de080.zip
Diffstat (limited to 'src/mailman/app/tests/test_moderation.py')
-rw-r--r--src/mailman/app/tests/test_moderation.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/app/tests/test_moderation.py b/src/mailman/app/tests/test_moderation.py
index 9dfc012c7..90377bf72 100644
--- a/src/mailman/app/tests/test_moderation.py
+++ b/src/mailman/app/tests/test_moderation.py
@@ -178,7 +178,8 @@ class TestUnsubscription(unittest.TestCase):
break
else:
raise AssertionError('No moderator email found')
- self.assertEqual(item.msgdata['recipients'], {'test-owner@example.com'})
+ self.assertEqual(
+ item.msgdata['recipients'], {'test-owner@example.com'})
self.assertEqual(
item.msg['subject'],
'New unsubscription request from Test by anne@example.org')