summaryrefslogtreecommitdiff
path: root/src/mailman/runners
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners')
-rw-r--r--src/mailman/runners/tests/test_owner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/tests/test_owner.py b/src/mailman/runners/tests/test_owner.py
index 8264ef0d8..622bb2255 100644
--- a/src/mailman/runners/tests/test_owner.py
+++ b/src/mailman/runners/tests/test_owner.py
@@ -86,7 +86,7 @@ class TestEmailToOwner(unittest.TestCase):
def wait():
get_lmtp_client(quiet=True)
lmtpd = TestableMaster(wait)
- lmtpd.start()
+ lmtpd.start('lmtp')
# Post a message to the list's -owner address, and all the owners will
# get a copy of the message.
lmtp = get_lmtp_client(quiet=True)