Skip to content

Commit ba57073

Browse files
authored
Fixed another failure (#1897)
1 parent 516c6f9 commit ba57073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/labelbox/tests/integration/test_chat_evaluation_ontology_project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def tools_json():
9292
"color": "#0000ff",
9393
"definition": {
9494
"variants": [
95-
{"id": 0, "name": "Correct"},
96-
{"id": 1, "name": "Neutral"},
95+
{"id": 0, "name": "Correct", "actions": []},
96+
{"id": 1, "name": "Neutral", "actions": []},
9797
{
9898
"id": 2,
9999
"name": "Incorrect",

0 commit comments

Comments
 (0)