diff options
| author | Barry Warsaw | 2015-04-06 22:06:28 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-04-06 22:06:28 -0400 |
| commit | 7317b94a0b746f0287ecbc5654ec544ce0112adb (patch) | |
| tree | fd113090d48ba1901e125d156239f17d1ddad4c7 /src/mailman/commands/tests/test_lists.py | |
| parent | b0a841d634ad5a44b44af17548636e17c38541f1 (diff) | |
| parent | 5f16bf4ee68231cdce99ed26262f73cac81fbafa (diff) | |
| download | mailman-7317b94a0b746f0287ecbc5654ec544ce0112adb.tar.gz mailman-7317b94a0b746f0287ecbc5654ec544ce0112adb.tar.zst mailman-7317b94a0b746f0287ecbc5654ec544ce0112adb.zip | |
Diffstat (limited to 'src/mailman/commands/tests/test_lists.py')
| -rw-r--r-- | src/mailman/commands/tests/test_lists.py | 2 |
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. |
