summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_lists.py
diff options
context:
space:
mode:
authorAbhilash Raj2015-03-26 03:06:58 +0530
committerAbhilash Raj2015-03-26 03:06:58 +0530
commitc5b114328eac659bb0f33f9727efffea88dc3542 (patch)
tree4fbb17365ce684d663f7c239ce799a3d215bb5b2 /src/mailman/commands/tests/test_lists.py
parentae2a7c9a22f5b6eeed1a6884c6dcd87ed9ba673d (diff)
downloadmailman-c5b114328eac659bb0f33f9727efffea88dc3542.tar.gz
mailman-c5b114328eac659bb0f33f9727efffea88dc3542.tar.zst
mailman-c5b114328eac659bb0f33f9727efffea88dc3542.zip
Diffstat (limited to 'src/mailman/commands/tests/test_lists.py')
-rw-r--r--src/mailman/commands/tests/test_lists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/tests/test_lists.py b/src/mailman/commands/tests/test_lists.py
index dad15eec8..229e7c96d 100644
--- a/src/mailman/commands/tests/test_lists.py
+++ b/src/mailman/commands/tests/test_lists.py
@@ -48,7 +48,7 @@ class TestLists(unittest.TestCase):
# LP: #1166911 - non-matching lists were returned.
getUtility(IDomainManager).add(
'example.net', 'An example domain.',
- 'http://lists.example.net', 'postmaster@example.net')
+ 'http://lists.example.net')
create_list('test1@example.com')
create_list('test2@example.com')
# Only this one should show up.