diff options
| author | Barry Warsaw | 2017-05-23 21:40:13 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2017-05-23 21:40:13 +0000 |
| commit | 0eb24746c61a5fd944adb2b82681e4df6a039de1 (patch) | |
| tree | 11f0c58ce679762426b6a7de0c2b4a0b07a9dfaa /src/mailman/rest/tests/test_systemconf.py | |
| parent | f690f98ba1ebd8fafadc9a90fe4064ac31cdccc1 (diff) | |
| parent | 3bd2a292b7300ce354de1ed405dc8665311acd9f (diff) | |
| download | mailman-0eb24746c61a5fd944adb2b82681e4df6a039de1.tar.gz mailman-0eb24746c61a5fd944adb2b82681e4df6a039de1.tar.zst mailman-0eb24746c61a5fd944adb2b82681e4df6a039de1.zip | |
Diffstat (limited to 'src/mailman/rest/tests/test_systemconf.py')
| -rw-r--r-- | src/mailman/rest/tests/test_systemconf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/rest/tests/test_systemconf.py b/src/mailman/rest/tests/test_systemconf.py index afa788719..f9fe9caa0 100644 --- a/src/mailman/rest/tests/test_systemconf.py +++ b/src/mailman/rest/tests/test_systemconf.py @@ -48,6 +48,7 @@ class TestSystemConfiguration(unittest.TestCase): 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', )) @@ -65,6 +66,7 @@ class TestSystemConfiguration(unittest.TestCase): 'https://publicsuffix.org/list/public_suffix_list.dat', resolver_lifetime='5s', resolver_timeout='3s', + self_link='http://localhost:9001/3.0/system/configuration/dmarc', )) def test_dotted_section(self): @@ -78,6 +80,8 @@ class TestSystemConfiguration(unittest.TestCase): description='French', charset='iso-8859-1', enabled='yes', + self_link=('http://localhost:9001/3.0/system' + '/configuration/language.fr'), )) def test_multiline(self): |
