We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc96ff3 commit 68a96ebCopy full SHA for 68a96eb
tests/test_dataset.py
@@ -374,7 +374,7 @@ def test_dataset_export_autotag_training_items(CLIENT):
374
375
items = dataset.autotag_training_items(autotag_name="PytestTestTag")
376
377
- assert "autotagItems" in items
+ assert "autotagPositiveTrainingItems" in items
378
assert "autotag" in items
379
380
autotagTrainingItems = items["autotagPositiveTrainingItems"]
0 commit comments