diff options
Diffstat (limited to 'src/mailman/rest/tests/test_systemconf.py')
| -rw-r--r-- | src/mailman/rest/tests/test_systemconf.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mailman/rest/tests/test_systemconf.py b/src/mailman/rest/tests/test_systemconf.py index 5acc38adb..42802068c 100644 --- a/src/mailman/rest/tests/test_systemconf.py +++ b/src/mailman/rest/tests/test_systemconf.py @@ -46,8 +46,6 @@ class TestSystemConfiguration(unittest.TestCase): listname_chars='[-_.0-9a-z]', noreply_address='noreply', pending_request_life='3d', - post_hook='', - pre_hook='', self_link='http://localhost:9001/3.0/system/configuration/mailman', sender_headers='from from_ reply-to sender', site_owner='noreply@example.com', @@ -182,7 +180,7 @@ class TestSystemConfiguration(unittest.TestCase): 'paths.here', 'paths.local', 'paths.testing', - 'plugin.master', + 'plugin.example', 'runner.archive', 'runner.bad', 'runner.bounces', |
