We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fd64c commit f7eb3ccCopy full SHA for f7eb3cc
kolibri_explore_plugin/test/test_collectionviews.py
@@ -84,7 +84,12 @@ def test_get_all_collections_info():
84
{
85
"name": name,
86
"sequence": sequence,
87
- "metadata": collection_data["metadata"],
+ "title": collection_data["metadata"]["title"],
88
+ "subtitle": collection_data["metadata"]["subtitle"],
89
+ "description": collection_data["metadata"]["description"],
90
+ "required_gigabytes": collection_data["metadata"][
91
+ "required_gigabytes"
92
+ ],
93
"available": True,
94
"channelsCount": len(collection_data["channels"]),
95
"isDownloadRequired": True,
0 commit comments