File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
libs/labelbox/tests/data/annotation_import Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2337,7 +2337,10 @@ def expected_export_v2_conversation():
2337
2337
"name" : "text_index" ,
2338
2338
"value" : "text_index" ,
2339
2339
"message_id" : "0" ,
2340
- "conversational_text_answer" : {"content" : "free form text..." },
2340
+ "conversational_text_answer" : {
2341
+ "content" : "free form text..." ,
2342
+ "classifications" : [],
2343
+ },
2341
2344
},
2342
2345
],
2343
2346
"relationships" : [],
@@ -2655,7 +2658,10 @@ def expected_exports_v2_mmc(mmc_example_data_row_message_ids):
2655
2658
"name" : "text_index" ,
2656
2659
"value" : "text_index" ,
2657
2660
"message_id" : some_parent_id ,
2658
- "conversational_text_answer" : {"content" : "free form text..." },
2661
+ "conversational_text_answer" : {
2662
+ "content" : "free form text..." ,
2663
+ "classifications" : [],
2664
+ },
2659
2665
},
2660
2666
],
2661
2667
"relationships" : [],
You can’t perform that action at this time.
0 commit comments