mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
update delete-mails-after value in test_config.py
This commit is contained in:
committed by
missytake
parent
e0013b9bee
commit
772b86a4b5
@@ -24,7 +24,7 @@ def test_read_config_testrun(make_config):
|
||||
assert config.postfix_reinject_port == 10025
|
||||
assert config.max_user_send_per_minute == 60
|
||||
assert config.max_mailbox_size == "100M"
|
||||
assert config.delete_mails_after == "40"
|
||||
assert config.delete_mails_after == "20"
|
||||
assert config.username_min_length == 9
|
||||
assert config.username_max_length == 9
|
||||
assert config.password_min_length == 9
|
||||
|
||||
Reference in New Issue
Block a user