mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
test(test_aeap_flow_verified): do not start ac1new
ac1new is an account that is only used to get a new address for ac1. It should not even be started and run IMAP loop.
This commit is contained in:
@@ -459,7 +459,10 @@ def test_qr_new_group_unblocked(acfactory):
|
||||
|
||||
def test_aeap_flow_verified(acfactory):
|
||||
"""Test that a new address is added to a contact when it changes its address."""
|
||||
ac1, ac2, ac1new = acfactory.get_online_accounts(3)
|
||||
ac1, ac2 = acfactory.get_online_accounts(2)
|
||||
|
||||
# ac1new is only used to get a new address.
|
||||
ac1new = acfactory.new_preconfigured_account()
|
||||
|
||||
logging.info("ac1: create verified-group QR, ac2 scans and joins")
|
||||
chat = ac1.create_group("hello", protect=True)
|
||||
|
||||
Reference in New Issue
Block a user