diff options
| author | Mark Sapiro | 2016-12-30 11:36:54 -0800 |
|---|---|---|
| committer | Mark Sapiro | 2016-12-30 11:36:54 -0800 |
| commit | eba4d0767aa141dc631e433ac01a86302da233b5 (patch) | |
| tree | 6ac31b88c9535946391abb09177503649c7793de /src/mailman/chains/tests/test_hold.py | |
| parent | 2ead4c9f0f70ac3ebd06105562579f74fa6963f1 (diff) | |
| parent | 615415cb45a8a7d8b26c744940b2e57ca72c1249 (diff) | |
| download | mailman-eba4d0767aa141dc631e433ac01a86302da233b5.tar.gz mailman-eba4d0767aa141dc631e433ac01a86302da233b5.tar.zst mailman-eba4d0767aa141dc631e433ac01a86302da233b5.zip | |
Diffstat (limited to 'src/mailman/chains/tests/test_hold.py')
| -rw-r--r-- | src/mailman/chains/tests/test_hold.py | 4 |
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 |
