diff options
Diffstat (limited to 'src/mailman/rest/tests/test_systemconf.py')
| -rw-r--r-- | src/mailman/rest/tests/test_systemconf.py | 13 |
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): |
