mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix empty catalog test
This commit is contained in:
parent
e682fe9abd
commit
b4b55fae54
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def test_apps_catalog_emptylist():
|
|||
os.system("touch %s" % APPS_CATALOG_CONF)
|
||||
|
||||
apps_catalog_list = _read_apps_catalog_list()
|
||||
assert len(apps_catalog_list)
|
||||
assert len(apps_catalog_list) == 0
|
||||
|
||||
|
||||
def test_apps_catalog_update_nominal(mocker):
|
||||
|
|
Loading…
Add table
Reference in a new issue