Skip to content

Commit 01e6dfb

Browse files
author
Matt Sokoloff
committed
fix export tests
1 parent bed17d6 commit 01e6dfb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def download_result(result_url):
187187

188188
assert len(task_results) == len(label_ids)
189189
for task_result in task_results:
190-
assert len(task_result['errors']) == 0
191190
# Check export param handling
192191
if media_attributes:
193192
assert 'media_attributes' in task_result and task_result[

tests/integration/test_project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def download_result(result_url):
7070
task_results = download_result(task.result_url)
7171

7272
for task_result in task_results:
73-
assert len(task_result['errors']) == 0
7473
task_project = task_result['projects'][project.uid]
7574
task_project_label_ids_set = set(
7675
map(lambda prediction: prediction['id'], task_project['labels']))

0 commit comments

Comments
 (0)