fix python test

This commit is contained in:
holger krekel
2019-06-07 14:49:09 +02:00
parent 99682f9569
commit 34fbe11587

View File

@@ -10,7 +10,6 @@ class TestOfflineAccount:
def test_getinfo(self, acfactory):
ac1 = acfactory.get_unconfigured_account()
d = ac1.get_info()
assert d["compile_date"]
assert d["arch"]
assert d["number_of_chats"] == "0"