Browse Source

Update test label file to include task type

pull/1619/head
Hironsan 3 years ago
parent
commit
406bd34cd3
1 changed files with 5 additions and 3 deletions
  1. 8
      backend/api/tests/data/label/valid_labels.json

8
backend/api/tests/data/label/valid_labels.json

@ -5,7 +5,8 @@
"prefix_key": null,
"suffix_key": "a",
"background_color": "#FF0000",
"text_color": "#ffffff"
"text_color": "#ffffff",
"task_type": "Category"
},
{
"id": 45,
@ -13,6 +14,7 @@
"prefix_key": null,
"suffix_key": "c",
"background_color": "#FF0000",
"text_color": "#ffffff"
"text_color": "#ffffff",
"task_type": "Span"
}
]
]
Loading…
Cancel
Save