Skip to content

Commit

Permalink
test: adjust expected info message in test_verified_group_vs_delete_s…
Browse files Browse the repository at this point in the history
…erver_after

Test was written for stable branch
and has to be adjusted for verified 1:1 chats branch
  • Loading branch information
link2xt committed Oct 21, 2023
1 parent 1632035 commit e87f785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_0_complex_or_slow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e87f785

Please sign in to comment.