Fix app catalog tests

This commit is contained in:
Josué Tille 2019-12-29 23:12:03 +01:00 committed by Alexandre Aubin
parent 8da5aa055d
commit 19fc1806a4

View file

@ -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"}}
]
}
"""