summaryrefslogtreecommitdiff
path: root/src/mailman/chains/tests/test_hold.py
diff options
context:
space:
mode:
authorMark Sapiro2016-12-04 15:51:41 -0800
committerMark Sapiro2016-12-04 15:51:41 -0800
commit5b92dc47dd00da03111c17fa317328324ae677b8 (patch)
treed95de29d46ac5d02b0322f6f792d1ac9590eb16b /src/mailman/chains/tests/test_hold.py
parentb7eef6badf3fc6e6bd0534ca58647f0e8219e977 (diff)
downloadmailman-5b92dc47dd00da03111c17fa317328324ae677b8.tar.gz
mailman-5b92dc47dd00da03111c17fa317328324ae677b8.tar.zst
mailman-5b92dc47dd00da03111c17fa317328324ae677b8.zip
Diffstat (limited to 'src/mailman/chains/tests/test_hold.py')
-rw-r--r--src/mailman/chains/tests/test_hold.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/chains/tests/test_hold.py b/src/mailman/chains/tests/test_hold.py
index 6686c4777..02ca08932 100644
--- a/src/mailman/chains/tests/test_hold.py
+++ b/src/mailman/chains/tests/test_hold.py
@@ -173,8 +173,8 @@ A message body.
# delivery to the moderators.
items = get_queue_messages('virgin', expected_count=1)
msgdata = items[0].msgdata
- # Should get sent to moderators.
- self.assertEqual(msgdata['recipients'], {'bart@example.com'})
+ # Should get sent to -owner address.
+ self.assertEqual(msgdata['recipients'], {'test-owner@example.com'})
# Ensure that the subject looks correct in the postauth.txt.
msg = items[0].msg
value = None