- remove superflous early set_configs to separate config / account making better

- avoid low-level dc_* API access from testplugin
This commit is contained in:
holger krekel
2022-05-01 09:35:20 +02:00
parent 3e16a47ff2
commit 87365e4a43
2 changed files with 9 additions and 11 deletions

View File

@@ -2930,7 +2930,7 @@ class TestGroupStressTests:
lp.sec("ac2: receiving system message about contact addition")
sysmsg = ac2._evtracker.wait_next_incoming_message()
assert ac5.addr in sysmsg.text
assert ac5.get_config("configured_addr") in sysmsg.text
assert sysmsg.chat.num_contacts() == 4
lp.sec("ac5: waiting for message about addition to the chat")