diff options
| -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, |
