Skip to content

Commit 91ced6f

Browse files
author
Claire Pajot
committed
bug fix
1 parent 196d2df commit 91ced6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_dataset.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,14 @@ def test_dataset_append_async_with_1_bad_url(dataset: Dataset):
298298
job.sleep_until_complete()
299299
status = job.status()
300300
status["message"]["PayloadUrl"] = ""
301-
print(status)
302301
assert status == {
303302
"job_id": f"{job.job_id}",
304303
"status": "Errored",
305304
"message": {
306305
"PayloadUrl": "",
307306
"final_error": (
308307
"One or more of the images you attempted to upload did not process"
309-
" correctly. Please see the status for an overview and the errors for "
308+
" correctly. Please see the status for an overview and the errors (job.errors()) for "
310309
"more detailed messages."
311310
),
312311
"image_upload_step": {"errored": 1, "pending": 0, "completed": 4},

0 commit comments

Comments
 (0)