summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/rest/tests')
-rw-r--r--src/mailman/rest/tests/test_listconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/tests/test_listconf.py b/src/mailman/rest/tests/test_listconf.py
index eb39d7dea..b5d8c49f6 100644
--- a/src/mailman/rest/tests/test_listconf.py
+++ b/src/mailman/rest/tests/test_listconf.py
@@ -28,7 +28,6 @@ from mailman.testing.helpers import call_api
from mailman.testing.layers import RESTLayer
from urllib.error import HTTPError
-
# The representation of the listconf resource as a dictionary. This is used
# when PUTting to the list's configuration resource.
RESOURCE = dict(
@@ -65,6 +64,7 @@ RESOURCE = dict(
first_strip_reply_to=True,
goodbye_message_uri='mailman:///goodbye.txt',
include_rfc2369_headers=False,
+ moderator_password='password',
posting_pipeline='virgin',
reply_goes_to_list='point_to_list',
reply_to_address='bee@example.com',