mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
test: no timeout in SetupPlugin
This commit is contained in:
@@ -509,7 +509,7 @@ def test_forward_encrypted_to_unencrypted(acfactory, lp):
|
||||
assert msg.text == txt
|
||||
assert msg.is_encrypted()
|
||||
|
||||
lp.sec("ac2: forward message to ac3 unencrypted ")
|
||||
lp.sec("ac2: forward message to ac3 unencrypted")
|
||||
unencrypted_chat = ac2.create_chat(ac3)
|
||||
msg_id = msg.id
|
||||
msg2 = unencrypted_chat.send_msg(msg)
|
||||
|
||||
Reference in New Issue
Block a user