mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
fix bcc_self to remain "0" for testrun/fivechat test accounts
This commit is contained in:
@@ -349,6 +349,7 @@ def acfactory(pytestconfig, tmpdir, request, session_liveconfig, data):
|
||||
if hasattr(acc, "_configtracker"):
|
||||
acc._configtracker.wait_finish()
|
||||
del acc._configtracker
|
||||
acc.set_config("bcc_self", "0")
|
||||
if acc.is_configured() and not acc.is_started():
|
||||
acc.start_io()
|
||||
print("{}: {} account was successfully setup".format(
|
||||
|
||||
Reference in New Issue
Block a user