Skip to content

Commit 730ab43

Browse files
authored
Merge pull request #229 from IndicoDataSolutions/andrew/CAT-625
[CAT-625] fix typo in org_annotate_model_group
2 parents 829c828 + 2abcfc9 commit 730ab43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/data/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def org_annotate_model_group(indico, org_annotate_dataset: Dataset, org_annotate
157157
name=name,
158158
dataset_id=org_annotate_dataset.id,
159159
after_component_id=after_component_id,
160-
source_column_id=org_annotate_dataset.datacolumn_by_name("New Healines w/Company Names").id,
160+
source_column_id=org_annotate_dataset.datacolumn_by_name("News Headlines w/Company Names").id,
161161
labelset_column_id=org_annotate_dataset.labelset_by_name("question_825").id,
162162
workflow_id=org_annotate_workflow.id
163163
)

0 commit comments

Comments
 (0)