Skip to content

Commit 386bff4

Browse files
committed
Fix tests
1 parent da66153 commit 386bff4

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

  • contentcuration/contentcuration/tests/fixtures

contentcuration/contentcuration/tests/fixtures/tree.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,29 @@
1313
"node_id": "00000000000000000000000000000003",
1414
"kind_id": "video",
1515
"title": "Video 1",
16-
"sort_order": 1
16+
"sort_order": 1,
17+
"extra_fields": {}
1718
},
1819
{
1920
"node_id": "00000000000000000000000000000004",
2021
"kind_id": "video",
2122
"title": "Video 2",
22-
"sort_order": 2
23+
"sort_order": 2,
24+
"extra_fields": {}
2325
},
2426
{
2527
"node_id": "00000000000000000000000000000006",
2628
"kind_id": "video",
2729
"title": "Video 3",
28-
"sort_order": 3
30+
"sort_order": 3,
31+
"extra_fields": {}
2932
},
3033
{
3134
"node_id": "00000000000000000000000000000007",
3235
"kind_id": "video",
3336
"title": "Video 4",
34-
"sort_order": 4
37+
"sort_order": 4,
38+
"extra_fields": {}
3539
}
3640
]
3741
},
@@ -104,7 +108,8 @@
104108
}
105109
]
106110
}
107-
]
111+
],
112+
"extra_fields": {}
108113
}
109114
]
110115
}

0 commit comments

Comments
 (0)