Skip to content

Commit 78a15df

Browse files
author
Diego Ardila
committed
fix test
1 parent b5bd8ff commit 78a15df

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
@@ -260,7 +260,7 @@ def test_annotate_async(dataset: Dataset):
260260
)
261261
job.sleep_until_complete()
262262
assert job.status() == {
263-
"job_id": "job_c2r21dnq1j9007r2p740",
263+
"job_id": job.id,
264264
"status": "Completed",
265265
"message": {
266266
"annotation_upload": {

0 commit comments

Comments
 (0)