summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2014-12-17 22:05:05 -0500
committerBarry Warsaw2014-12-17 22:05:05 -0500
commitdf8464fdef4b20e136009cf9c0d7bbab7d56748d (patch)
tree8a887c96198e9bfec6bdc321afa2fcc351824fa1
parent70ab4e70cff247ea3c9f82ba30cf612dd62c4a10 (diff)
downloadmailman-df8464fdef4b20e136009cf9c0d7bbab7d56748d.tar.gz
mailman-df8464fdef4b20e136009cf9c0d7bbab7d56748d.tar.zst
mailman-df8464fdef4b20e136009cf9c0d7bbab7d56748d.zip
-rw-r--r--src/mailman/app/tests/test_bounces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/tests/test_bounces.py b/src/mailman/app/tests/test_bounces.py
index b37185789..0cb1728cd 100644
--- a/src/mailman/app/tests/test_bounces.py
+++ b/src/mailman/app/tests/test_bounces.py
@@ -334,7 +334,7 @@ $owneraddr
send_probe(self._member, self._msg)
message = get_queue_messages('virgin')[0].msg
self.assertEqual(
- message['Subject'],
+ message['subject'].encode(),
'=?utf-8?q?ailing-may_ist-lay_Test_obe-pray_essage-may?=')
def test_probe_notice_with_member_nonenglish(self):