diff options
| author | Abhilash Raj | 2015-03-27 22:51:39 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2015-03-27 22:51:39 +0530 |
| commit | 381f7ceb2d55179365809bf3b8f98313d9e86099 (patch) | |
| tree | 53a6907f52898d0c7db8fd7fda065416bb4efafa /src/mailman/testing/layers.py | |
| parent | b2c2507402f0578e86bc37bac0711979270e8821 (diff) | |
| parent | c5b114328eac659bb0f33f9727efffea88dc3542 (diff) | |
| download | mailman-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.py | 2 |
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): |
