diff options
| author | Barry Warsaw | 2017-01-01 17:25:29 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2017-01-01 17:28:37 -0500 |
| commit | e3d6c34b7d02b925cb8c59fa9e1df24741fc46ee (patch) | |
| tree | e6e27c9dec4557dc46c4b8ffd99bf556da4ed4ed /src/mailman/rest/tests/test_systemconf.py | |
| parent | c786a77c3b82932facd63fabe3144f9099f1ea51 (diff) | |
| download | mailman-e3d6c34b7d02b925cb8c59fa9e1df24741fc46ee.tar.gz mailman-e3d6c34b7d02b925cb8c59fa9e1df24741fc46ee.tar.zst mailman-e3d6c34b7d02b925cb8c59fa9e1df24741fc46ee.zip | |
Diffstat (limited to 'src/mailman/rest/tests/test_systemconf.py')
| -rw-r--r-- | src/mailman/rest/tests/test_systemconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/rest/tests/test_systemconf.py b/src/mailman/rest/tests/test_systemconf.py index 9801badf0..480af4e3b 100644 --- a/src/mailman/rest/tests/test_systemconf.py +++ b/src/mailman/rest/tests/test_systemconf.py @@ -59,6 +59,7 @@ class TestSystemConfiguration(unittest.TestCase): self.assertIn('http_etag', json) del json['http_etag'] self.assertEqual(json, dict( + cache_lifetime='7d', org_domain_data_url= # noqa: E251 'https://publicsuffix.org/list/public_suffix_list.dat', resolver_lifetime='5s', |
