summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_systemconf.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-06-02 13:51:58 +0000
committerBarry Warsaw2015-06-02 10:09:24 -0400
commite57787d8f6ff0cc8b1e30f2531a56eaf9a28511a (patch)
tree8deb9773fe8e3871b5859a866a70019d92a9a3cb /src/mailman/rest/tests/test_systemconf.py
parentf0f13923af208d2eab97b6b304b77e9d5a55cc5a (diff)
downloadmailman-e57787d8f6ff0cc8b1e30f2531a56eaf9a28511a.tar.gz
mailman-e57787d8f6ff0cc8b1e30f2531a56eaf9a28511a.tar.zst
mailman-e57787d8f6ff0cc8b1e30f2531a56eaf9a28511a.zip
Diffstat (limited to 'src/mailman/rest/tests/test_systemconf.py')
-rw-r--r--src/mailman/rest/tests/test_systemconf.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/mailman/rest/tests/test_systemconf.py b/src/mailman/rest/tests/test_systemconf.py
index b8f14125b..4aa0dc920 100644
--- a/src/mailman/rest/tests/test_systemconf.py
+++ b/src/mailman/rest/tests/test_systemconf.py
@@ -43,16 +43,17 @@ class TestSystemConfiguration(unittest.TestCase):
self.assertIn('http_etag', json)
del json['http_etag']
self.assertEqual(json, dict(
- site_owner='noreply@example.com',
- noreply_address='noreply',
default_language='en',
- sender_headers='from from_ reply-to sender',
email_commands_max_lines='10',
+ filtered_messages_are_preservable='no',
+ html_to_plain_text_command='/usr/bin/lynx -dump $filename',
+ layout='testing',
+ noreply_address='noreply',
pending_request_life='3d',
- pre_hook='',
post_hook='',
- layout='testing',
- filtered_messages_are_preservable='no',
+ pre_hook='',
+ sender_headers='from from_ reply-to sender',
+ site_owner='noreply@example.com',
))
def test_dotted_section(self):