mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix app catalog tests
This commit is contained in:
parent
8da5aa055d
commit
19fc1806a4
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"}}
|
||||
},
|
||||
"categories": [
|
||||
{"id": "yolo", "description": "YoLo", "title": "Yolo"},
|
||||
{"id": "swag", "description": "sWaG", "title": "Swag"}
|
||||
{"id": "yolo", "description": "YoLo", "title": {"en": "Yolo"}},
|
||||
{"id": "swag", "description": "sWaG", "title": {"en": "Swag"}}
|
||||
]
|
||||
}
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue