Fix tests for appscatalog ?

This commit is contained in:
Alexandre Aubin 2020-03-05 20:00:39 +01:00
parent 200ff2de31
commit 3bf2df16ee

View file

@ -31,8 +31,8 @@ DUMMY_APP_CATALOG = """{
"bar": {"id": "bar", "level": 7, "category": "swag", "manifest":{"description": "Bar"}}
},
"categories": [
{"id": "yolo", "description": "YoLo"},
{"id": "swag", "description": "sWaG"}
{"id": "yolo", "description": "YoLo", "title": "Yolo"},
{"id": "swag", "description": "sWaG", "title": "Swag"}
]
}
"""