Skip to content

Commit 22bc921

Browse files
author
Kevin Kim
committed
Changing assertion state
1 parent 426789d commit 22bc921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def create_label():
335335
upload_task = LabelImport.create_from_objects(
336336
client, project.uid, f'label-import-{uuid.uuid4()}', predictions)
337337
upload_task.wait_until_done(sleep_time_seconds=5)
338-
assert (upload_task.state == AnnotationImportState.FAILED)
338+
assert (upload_task.state == AnnotationImportState.FINISHED)
339339

340340
project.create_label = create_label
341341
project.create_label()

0 commit comments

Comments
 (0)