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 193842d commit 1e588fbCopy full SHA for 1e588fb
tests/integration/test_task.py
@@ -23,7 +23,7 @@ def test_task_errors(dataset, image_url):
23
])
24
assert task in client.get_user().created_tasks()
25
task.wait_till_done()
26
- assert task.status == "COMPLETE"
+ assert task.status == "FAILED"
27
assert len(task.failed_data_rows) > 0
28
assert task.errors is not None
29
assert 'message' in task.errors[0]
0 commit comments