diff options
| author | Barry Warsaw | 2015-04-06 16:07:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-04-06 16:07:04 -0400 |
| commit | f17be16aeac385854ca9693626027dbd553c2944 (patch) | |
| tree | 1eb6be6826b99159eb7325895347aca8ef8a44b1 /src/mailman/testing/layers.py | |
| parent | b0a841d634ad5a44b44af17548636e17c38541f1 (diff) | |
| parent | 17fa7ac10ddd6ca0916cdcdd3a5e8c1414e9bcbc (diff) | |
| download | mailman-f17be16aeac385854ca9693626027dbd553c2944.tar.gz mailman-f17be16aeac385854ca9693626027dbd553c2944.tar.zst mailman-f17be16aeac385854ca9693626027dbd553c2944.zip | |
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): |
