mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
python: fix test_getinfo after bcc_self default change
This commit is contained in:
@@ -80,7 +80,7 @@ class TestOfflineAccountBasic:
|
|||||||
d = ac1.get_info()
|
d = ac1.get_info()
|
||||||
assert d["arch"]
|
assert d["arch"]
|
||||||
assert d["number_of_chats"] == "0"
|
assert d["number_of_chats"] == "0"
|
||||||
assert d["bcc_self"] == "0"
|
assert d["bcc_self"] == "1"
|
||||||
|
|
||||||
def test_is_not_configured(self, acfactory):
|
def test_is_not_configured(self, acfactory):
|
||||||
ac1 = acfactory.get_unconfigured_account()
|
ac1 = acfactory.get_unconfigured_account()
|
||||||
|
|||||||
Reference in New Issue
Block a user