test: no timeout in SetupPlugin

This commit is contained in:
missytake
2024-01-17 09:46:01 +01:00
parent 7f7f42d721
commit bbc6febb72
2 changed files with 2 additions and 2 deletions

View File

@@ -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)