python: fix test_getinfo after bcc_self default change

This commit is contained in:
link2xt
2022-09-25 10:29:48 +00:00
parent 335d780f3e
commit 17276179e7

View File

@@ -80,7 +80,7 @@ class TestOfflineAccountBasic:
d = ac1.get_info()
assert d["arch"]
assert d["number_of_chats"] == "0"
assert d["bcc_self"] == "0"
assert d["bcc_self"] == "1"
def test_is_not_configured(self, acfactory):
ac1 = acfactory.get_unconfigured_account()