mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
Update python/tests/test_account.py
Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
committed by
GitHub
parent
e6d2b1052c
commit
cfdc841c7e
@@ -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 == ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user