diff --git a/libs/labelbox/tests/data/annotation_import/conftest.py b/libs/labelbox/tests/data/annotation_import/conftest.py index c87cb9043..d76cb9959 100644 --- a/libs/labelbox/tests/data/annotation_import/conftest.py +++ b/libs/labelbox/tests/data/annotation_import/conftest.py @@ -2071,7 +2071,10 @@ def expected_export_v2_image(): { "name": "text", "value": "text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, }, ], "relationships": [], @@ -2103,7 +2106,10 @@ def expected_export_v2_audio(): { "name": "text", "value": "text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, }, ], "segments": {}, @@ -2120,7 +2126,10 @@ def expected_export_v2_html(): { "name": "text", "value": "text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, }, { "name": "checklist", @@ -2180,7 +2189,10 @@ def expected_export_v2_text(): { "name": "text", "value": "text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, }, ], "relationships": [], @@ -2301,10 +2313,12 @@ def expected_export_v2_document(): "left": 58.0, "height": 65.0, "width": 12.0, + "unit": "points", }, "page_dimensions": { "height": 792.0, "width": 612.0, + "unit": "points", }, }, ], @@ -2328,7 +2342,10 @@ def expected_export_v2_document(): { "name": "text", "value": "text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, }, ], "relationships": [], @@ -2344,11 +2361,17 @@ def expected_export_v2_llm_prompt_response_creation(): { "name": "prompt-text", "value": "prompt-text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, }, { "name": "response-text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, "value": "response-text", }, { @@ -2390,7 +2413,10 @@ def expected_export_v2_llm_prompt_creation(): { "name": "prompt-text", "value": "prompt-text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, }, ], "relationships": [], @@ -2406,7 +2432,10 @@ def expected_export_v2_llm_response_creation(): "classifications": [ { "name": "response-text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, "value": "response-text", }, { @@ -2518,7 +2547,10 @@ def expected_exports_v2_mmc(mmc_example_data_row_message_ids): { "name": "text", "value": "text", - "text_answer": {"content": "free form text..."}, + "text_answer": { + "content": "free form text...", + "classifications": [], + }, }, { "name": "radio_index",