summaryrefslogtreecommitdiff
path: root/src/mailman/testing/layers.py
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/testing/layers.py
parentb2c2507402f0578e86bc37bac0711979270e8821 (diff)
parentc5b114328eac659bb0f33f9727efffea88dc3542 (diff)
downloadmailman-381f7ceb2d55179365809bf3b8f98313d9e86099.tar.gz
mailman-381f7ceb2d55179365809bf3b8f98313d9e86099.tar.zst
mailman-381f7ceb2d55179365809bf3b8f98313d9e86099.zip
merge serverowner branch
Diffstat (limited to 'src/mailman/testing/layers.py')
-rw-r--r--src/mailman/testing/layers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/testing/layers.py b/src/mailman/testing/layers.py
index 8618f39d3..3328efefc 100644
--- a/src/mailman/testing/layers.py
+++ b/src/mailman/testing/layers.py
@@ -200,7 +200,7 @@ class ConfigLayer(MockAndMonkeyLayer):
with transaction():
getUtility(IDomainManager).add(
'example.com', 'An example domain.',
- 'http://lists.example.com', 'postmaster@example.com')
+ 'http://lists.example.com')
@classmethod
def testTearDown(cls):