Skip to content

Commit 1d63428

Browse files
committed
test: wait until account is connected in resetup_account()
1 parent a011481 commit 1d63428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def resetup_account(self, ac: Account) -> Account:
8282
ac_clone = self.get_unconfigured_account()
8383
for transport in transports:
8484
ac_clone.add_or_update_transport(transport)
85+
ac_clone.bring_online()
8586
return ac_clone
8687

8788
def get_accepted_chat(self, ac1: Account, ac2: Account) -> Chat:

0 commit comments

Comments
 (0)