From 34fbe11587b2b15adc5eecccb5ce73eeaf38a4d7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 7 Jun 2019 14:49:09 +0200 Subject: [PATCH] fix python test --- python/tests/test_account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 7194b0401..dc2e1c9ca 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -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"