summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_systemconf.py
diff options
context:
space:
mode:
authorJ08nY2017-07-25 21:44:54 +0200
committerJ08nY2017-08-07 17:39:08 +0200
commit8addebbf9802e911c06f6a27b7ffff1e0f1d2e57 (patch)
tree392b50bf726d790102a6036b7aae7e3aa4228720 /src/mailman/rest/tests/test_systemconf.py
parentcc99242654f2bcc11b3a6f124908de4b175c48d4 (diff)
downloadmailman-pluggable-components.tar.gz
mailman-pluggable-components.tar.zst
mailman-pluggable-components.zip
Diffstat (limited to 'src/mailman/rest/tests/test_systemconf.py')
-rw-r--r--src/mailman/rest/tests/test_systemconf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/rest/tests/test_systemconf.py b/src/mailman/rest/tests/test_systemconf.py
index fe5d951a8..59f0619a3 100644
--- a/src/mailman/rest/tests/test_systemconf.py
+++ b/src/mailman/rest/tests/test_systemconf.py
@@ -46,6 +46,8 @@ 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',