fix bcc_self to remain "0" for testrun/fivechat test accounts

This commit is contained in:
holger krekel
2020-06-23 02:13:48 +02:00
parent 0fbddc939b
commit 07236efc45
2 changed files with 2 additions and 1 deletions

View File

@@ -723,9 +723,9 @@ class TestOnlineAccount:
def test_move_works_on_self_sent(self, acfactory):
ac1 = acfactory.get_online_configuring_account(mvbox=True, move=True)
ac1.set_config("bcc_self", "1")
ac2 = acfactory.get_online_configuring_account()
acfactory.wait_configure_and_start_io()
ac1.set_config("bcc_self", "1")
chat = acfactory.get_accepted_chat(ac1, ac2)
chat.send_text("message1")