mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
python tests: actually the contacts aren't unified with AEAP
This reverts commit 0aaa33a0d2fd75ff6297ba681ed9de4127bbc995.
This commit is contained in:
@@ -2075,7 +2075,6 @@ def test_aeap_flow_verified(acfactory, lp):
|
||||
ac2._evtracker.wait_next_incoming_message() # member added message
|
||||
msg_in_1 = ac2._evtracker.wait_next_incoming_message()
|
||||
assert msg_in_1.text == msg_out.text
|
||||
contact_of_1 = msg_in_1.get_sender_contact()
|
||||
|
||||
lp.sec("changing email account")
|
||||
ac1.set_config("addr", ac1new.get_config("addr"))
|
||||
@@ -2093,7 +2092,6 @@ def test_aeap_flow_verified(acfactory, lp):
|
||||
assert msg_in_2.text == msg_out.text
|
||||
assert msg_in_2.chat.id == msg_in_1.chat.id
|
||||
assert msg_in_2.get_sender_contact().addr == ac1new.get_config("addr")
|
||||
assert msg_in_2.get_sender_contact().id is contact_of_1.id
|
||||
assert len(msg_in_2.chat.get_contacts()) == 2
|
||||
assert ac1new.get_config("addr") in [contact.addr for contact in msg_in_2.chat.get_contacts()]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user