Skip to content

Commit 68a96eb

Browse files
committed
test rn
1 parent cc96ff3 commit 68a96eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def test_dataset_export_autotag_training_items(CLIENT):
374374

375375
items = dataset.autotag_training_items(autotag_name="PytestTestTag")
376376

377-
assert "autotagItems" in items
377+
assert "autotagPositiveTrainingItems" in items
378378
assert "autotag" in items
379379

380380
autotagTrainingItems = items["autotagPositiveTrainingItems"]

0 commit comments

Comments
 (0)