fixing imap interactions

This commit is contained in:
holger krekel
2020-06-08 08:10:34 +02:00
parent 69135709ac
commit d40f96ac65
3 changed files with 84 additions and 81 deletions

View File

@@ -318,7 +318,7 @@ def acfactory(pytestconfig, tmpdir, request, session_liveconfig, data):
return ac1
def get_two_online_accounts(self, move=False, quiet=False):
ac1 = self.get_online_configuring_account(move=True, quiet=quiet)
ac1 = self.get_online_configuring_account(move=move, quiet=quiet)
ac2 = self.get_online_configuring_account(quiet=quiet)
ac1.wait_configure_finish()
ac1.start_io()