mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
fix typo
This commit is contained in:
@@ -856,7 +856,7 @@ class TestOnlineAccount:
|
|||||||
lp.sec("wait for ac2 to receive message")
|
lp.sec("wait for ac2 to receive message")
|
||||||
msg2 = ac2._evtracker.wait_next_incoming_message()
|
msg2 = ac2._evtracker.wait_next_incoming_message()
|
||||||
assert "<p>" not in msg2.text
|
assert "<p>" not in msg2.text
|
||||||
assert "Hello HTML world" in msg2.text
|
assert "hello HTML world" in msg2.text
|
||||||
assert msg2.has_html()
|
assert msg2.has_html()
|
||||||
assert html_text in msg2.html
|
assert html_text in msg2.html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user