File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -277,8 +277,8 @@ def test_dataset_append_async_with_1_bad_url(dataset: Dataset):
277
277
"started_image_processing" : f"Dataset: { dataset .id } , Job: { job .job_id } " ,
278
278
},
279
279
"job_progress" : "1.00" ,
280
- "completed_steps" : 4 ,
281
- "total_steps" : 4 ,
280
+ "completed_steps" : 1 ,
281
+ "total_steps" : 1 ,
282
282
}
283
283
# The error is fairly detailed and subject to change. What's important is we surface which URLs failed.
284
284
assert (
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ def test_scene_upload_async(dataset):
68
68
"scenes_errored" : 0 ,
69
69
}
70
70
},
71
- "job_progress" : "0 .00" ,
72
- "completed_steps" : 0 ,
71
+ "job_progress" : "1 .00" ,
72
+ "completed_steps" : 1 ,
73
73
"total_steps" : 1 ,
74
74
}
75
75
You can’t perform that action at this time.
0 commit comments