Skip to content

Commit 9594b37

Browse files
author
Ubuntu
committed
Fix test
1 parent 77202c7 commit 9594b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def test_dataset_append_async_with_1_bad_url(dataset: Dataset):
293293
"PayloadUrl": "",
294294
"final_error": (
295295
"One or more of the images you attempted to upload did not process"
296-
" correctly. Please see the status for an overview and the errors for "
296+
" correctly. Please see the status for an overview and the errors (job.errors()) for "
297297
"more detailed messages."
298298
),
299299
"image_upload_step": {"errored": 1, "pending": 0, "completed": 4},

0 commit comments

Comments
 (0)