summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_confirm.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-04-15 22:52:34 -0400
committerBarry Warsaw2015-04-15 22:52:34 -0400
commit546b25e343c3c2aafbd29de440c1188711e98870 (patch)
treec4d2270bce3862e71a252d941e3942860a8c8565 /src/mailman/commands/tests/test_confirm.py
parent2f2e4aa6684a0930395d56a77078aa39ee7786a5 (diff)
parent08f457799cd36349a4fd22642f4c05b4eabb306d (diff)
downloadmailman-546b25e343c3c2aafbd29de440c1188711e98870.tar.gz
mailman-546b25e343c3c2aafbd29de440c1188711e98870.tar.zst
mailman-546b25e343c3c2aafbd29de440c1188711e98870.zip
Diffstat (limited to 'src/mailman/commands/tests/test_confirm.py')
-rw-r--r--src/mailman/commands/tests/test_confirm.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/commands/tests/test_confirm.py b/src/mailman/commands/tests/test_confirm.py
index 98a26bf7d..e980141b0 100644
--- a/src/mailman/commands/tests/test_confirm.py
+++ b/src/mailman/commands/tests/test_confirm.py
@@ -46,7 +46,8 @@ class TestConfirm(unittest.TestCase):
self._mlist = create_list('test@example.com')
anne = getUtility(IUserManager).create_address(
'anne@example.com', 'Anne Person')
- self._token = IRegistrar(self._mlist).register(anne)
+ self._token, token_owner, member = IRegistrar(self._mlist).register(
+ anne)
self._command = Confirm()
# Clear the virgin queue.
get_queue_messages('virgin')