We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fb000 commit f682c94Copy full SHA for f682c94
tests/test_dataset.py
@@ -295,9 +295,9 @@ def test_dataset_append_async_with_1_bad_url(dataset: Dataset):
295
},
296
"started_image_processing": f"Dataset: {dataset.id}, Job: {job.job_id}",
297
298
- "job_progress": "1.00",
+ "job_progress": "0.80",
299
"completed_steps": 4,
300
- "total_steps": 4,
+ "total_steps": 5,
301
}
302
# The error is fairly detailed and subject to change. What's important is we surface which URLs failed.
303
assert (
0 commit comments