summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/runners/tests/test_lmtp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/tests/test_lmtp.py b/src/mailman/runners/tests/test_lmtp.py
index 3e31a1f5e..41ac5b7cf 100644
--- a/src/mailman/runners/tests/test_lmtp.py
+++ b/src/mailman/runners/tests/test_lmtp.py
@@ -64,7 +64,7 @@ Subject: This has no Message-ID header
# (e.g., mailbox not found, no access, or command rejected for policy
# reasons)
self.assertEqual(cm.exception.smtp_code, 550)
- self.assertEqual(cm.exception.smtp_error,
+ self.assertEqual(cm.exception.smtp_error,
'No Message-ID header provided')
def test_message_id_hash_is_added(self):