From e87f785a0a958664bfdfca660d1b858de2357138 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 21 Oct 2023 04:18:39 +0000 Subject: [PATCH] test: adjust expected info message in test_verified_group_vs_delete_server_after Test was written for stable branch and has to be adjusted for verified 1:1 chats branch --- python/tests/test_0_complex_or_slow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_0_complex_or_slow.py b/python/tests/test_0_complex_or_slow.py index 0c9256d983..75c554a6dd 100644 --- a/python/tests/test_0_complex_or_slow.py +++ b/python/tests/test_0_complex_or_slow.py @@ -636,7 +636,7 @@ def test_verified_group_vs_delete_server_after(acfactory, tmp_path, lp): ac2_offl.start_io() msg_in = ac2_offl._evtracker.wait_next_incoming_message() assert not msg_in.is_system_message() - assert msg_in.text.startswith("[Sender of this message is not verified:") + assert msg_in.text.startswith("[The message was sent with non-verified encryption") ac2_offl_ac1_contact = msg_in.get_sender_contact() assert ac2_offl_ac1_contact.addr == ac1.get_config("addr") assert not ac2_offl_ac1_contact.is_verified()