Update python/tests/test_account.py

Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
Asiel Díaz Benítez
2021-04-17 12:45:50 -04:00
committed by GitHub
parent e6d2b1052c
commit cfdc841c7e

View File

@@ -822,9 +822,7 @@ class TestOnlineAccount:
html_text = "<p>hello HTML world</p>"
lp.sec("ac1: prepare and send text message to ac2")
msg1 = Message.new_empty(ac1, "text")
msg1.set_text("message0")
msg1 = chat.send_msg(msg1)
msg1 = chat.send_text("message0")
assert not msg1.has_html()
assert msg1.html == ""