improve debugging

This commit is contained in:
holger krekel
2020-07-16 00:24:49 +02:00
parent 90be708791
commit e07869ae95
5 changed files with 16 additions and 7 deletions

View File

@@ -1575,6 +1575,8 @@ class TestOnlineAccount:
def test_ephemeral_timer(self, acfactory, lp):
ac1, ac2 = acfactory.get_two_online_accounts()
ac1.set_config("e2ee_enabled", "0")
ac2.set_config("e2ee_enabled", "0")
lp.sec("ac1: create chat with ac2")
chat1 = ac1.create_chat(ac2)