small comment tweaks

This commit is contained in:
Hocuri
2026-05-06 16:31:38 +02:00
parent fa2cd14930
commit 7f44dbedeb
2 changed files with 3 additions and 4 deletions

View File

@@ -1238,9 +1238,6 @@ 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
# 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)
ac2.create_chat(ac1)