diff options
| author | Yashu Seth | 2015-12-02 21:20:25 +0530 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-16 22:54:51 -0500 |
| commit | e5422f5316335e8cae5dae3965417bb317e057e3 (patch) | |
| tree | b8a802567e3ada835dfb950ef22a4c5df259ef4d /src/mailman/rest/tests/test_listconf.py | |
| parent | c22d7895a046642ef83b1ef37b728cf80a1c5241 (diff) | |
| download | mailman-e5422f5316335e8cae5dae3965417bb317e057e3.tar.gz mailman-e5422f5316335e8cae5dae3965417bb317e057e3.tar.zst mailman-e5422f5316335e8cae5dae3965417bb317e057e3.zip | |
Diffstat (limited to 'src/mailman/rest/tests/test_listconf.py')
| -rw-r--r-- | src/mailman/rest/tests/test_listconf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/rest/tests/test_listconf.py b/src/mailman/rest/tests/test_listconf.py index 860adac57..37eec5f26 100644 --- a/src/mailman/rest/tests/test_listconf.py +++ b/src/mailman/rest/tests/test_listconf.py @@ -70,7 +70,9 @@ class TestConfiguration(unittest.TestCase): description='This is my mailing list', include_rfc2369_headers=False, allow_list_posts=False, + digest_send_periodic='yes', digest_size_threshold=10.5, + digest_volume_frequency=1, posting_pipeline='virgin', filter_content=True, first_strip_reply_to=True, |
