Skip to content

Commit 53e2271

Browse files
author
Diego Ardila
committed
Add todo
1 parent e6980b8 commit 53e2271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def test_dataset_append_async_with_1_bad_url(dataset: Dataset):
192192
}
193193
assert job.errors() == [
194194
"One or more of the images you attempted to upload did not process correctly. Please see the status for an overview and the errors for more detailed messages.",
195+
# Todo: figure out why this error isn't propagating from image upload.
195196
'Failure when processing the image "https://looks.ok.but.is.not.accessible": {}',
196197
]
197198

0 commit comments

Comments
 (0)