mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix tests for appscatalog ?
This commit is contained in:
parent
200ff2de31
commit
3bf2df16ee
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ DUMMY_APP_CATALOG = """{
|
||||||
"bar": {"id": "bar", "level": 7, "category": "swag", "manifest":{"description": "Bar"}}
|
"bar": {"id": "bar", "level": 7, "category": "swag", "manifest":{"description": "Bar"}}
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
{"id": "yolo", "description": "YoLo"},
|
{"id": "yolo", "description": "YoLo", "title": "Yolo"},
|
||||||
{"id": "swag", "description": "sWaG"}
|
{"id": "swag", "description": "sWaG", "title": "Swag"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue