Skip to content

Commit f7eb3cc

Browse files
committed
WIP
1 parent c2fd64c commit f7eb3cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

kolibri_explore_plugin/test/test_collectionviews.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,12 @@ def test_get_all_collections_info():
8484
{
8585
"name": name,
8686
"sequence": sequence,
87-
"metadata": collection_data["metadata"],
87+
"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+
],
8893
"available": True,
8994
"channelsCount": len(collection_data["channels"]),
9095
"isDownloadRequired": True,

0 commit comments

Comments
 (0)