Skip to content

Commit 1e588fb

Browse files
tytalustytalus
authored andcommitted
Fixing test_task_errors
1 parent 193842d commit 1e588fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_task_errors(dataset, image_url):
2323
])
2424
assert task in client.get_user().created_tasks()
2525
task.wait_till_done()
26-
assert task.status == "COMPLETE"
26+
assert task.status == "FAILED"
2727
assert len(task.failed_data_rows) > 0
2828
assert task.errors is not None
2929
assert 'message' in task.errors[0]

0 commit comments

Comments
 (0)