fix test-state modification bug (online tests running after OnlineConfigureFails tests would break)

This commit is contained in:
holger krekel
2019-09-19 20:56:55 +02:00
parent 24f5d68fef
commit 9f914dd42e
2 changed files with 4 additions and 10 deletions

View File

@@ -161,7 +161,7 @@ def acfactory(pytestconfig, tmpdir, request, session_liveconfig):
ac = self.make_account(tmpdb.strpath, logid="ac{}".format(self.live_count))
ac._evlogger.init_time = self.init_time
ac._evlogger.set_timeout(30)
return ac, configdict
return ac, dict(configdict)
def get_online_configuring_account(self):
ac, configdict = self.get_online_config()