remove hack for decoding, and add a test that encoding/decoding works now

This commit is contained in:
holger krekel
2019-12-10 01:21:28 +01:00
parent 2cbf287998
commit d0a04be825
4 changed files with 4 additions and 26 deletions

View File

@@ -652,6 +652,7 @@ class TestOnlineAccount:
msg_in = ac2.get_message_by_id(msg_out.id)
assert msg_in.text == "message1"
assert not msg_in.is_forwarded()
assert msg_in.get_sender_contact().display_name == ac1.get_config("displayname")
lp.sec("check the message arrived in contact-requets/deaddrop")
chat2 = msg_in.chat