summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests
diff options
context:
space:
mode:
authorAbhilash Raj2015-03-27 22:51:39 +0530
committerAbhilash Raj2015-03-27 22:51:39 +0530
commit381f7ceb2d55179365809bf3b8f98313d9e86099 (patch)
tree53a6907f52898d0c7db8fd7fda065416bb4efafa /src/mailman/commands/tests
parentb2c2507402f0578e86bc37bac0711979270e8821 (diff)
parentc5b114328eac659bb0f33f9727efffea88dc3542 (diff)
downloadmailman-381f7ceb2d55179365809bf3b8f98313d9e86099.tar.gz
mailman-381f7ceb2d55179365809bf3b8f98313d9e86099.tar.zst
mailman-381f7ceb2d55179365809bf3b8f98313d9e86099.zip
merge serverowner branch
Diffstat (limited to 'src/mailman/commands/tests')
-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.