diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 1b8080db2..193e68eda 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -632,6 +632,9 @@ class TestOnlineAccount: def test_send_and_receive_message_markseen(self, acfactory, lp): ac1, ac2 = acfactory.get_two_online_accounts() + # make DC's life harder wrt to encodings + ac1.set_config("displayname", "รค name") + lp.sec("ac1: create chat with ac2") chat = self.get_chat(ac1, ac2)