mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 20:36:30 +03:00
Remove delete_server_after code. Rust tests are passing
This commit is contained in:
@@ -1235,7 +1235,7 @@ def test_immediate_autodelete(acfactory, direct_imap, log):
|
||||
ac1, ac2 = acfactory.get_online_accounts(2)
|
||||
|
||||
# "1" means delete immediately, while "0" means do not delete
|
||||
ac2.set_config("delete_server_after", "1")
|
||||
# TODO check if this causes a test failure: ac2.set_config("delete_server_after", "1")
|
||||
|
||||
log.section("ac1: create chat with ac2")
|
||||
chat1 = ac1.create_chat(ac2)
|
||||
|
||||
Reference in New Issue
Block a user