From 655698163e80acc4e8514df89f17ef98a9ad8456 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Fri, 8 Nov 2024 13:02:04 -0800 Subject: [PATCH] Fixed another failure --- .../integration/test_chat_evaluation_ontology_project.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/labelbox/tests/integration/test_chat_evaluation_ontology_project.py b/libs/labelbox/tests/integration/test_chat_evaluation_ontology_project.py index bde58808b..4a3e6d511 100644 --- a/libs/labelbox/tests/integration/test_chat_evaluation_ontology_project.py +++ b/libs/labelbox/tests/integration/test_chat_evaluation_ontology_project.py @@ -92,8 +92,8 @@ def tools_json(): "color": "#0000ff", "definition": { "variants": [ - {"id": 0, "name": "Correct"}, - {"id": 1, "name": "Neutral"}, + {"id": 0, "name": "Correct", "actions": []}, + {"id": 1, "name": "Neutral", "actions": []}, { "id": 2, "name": "Incorrect",