Skip to content

Commit 48f5799

Browse files
committed
Add tests for sh.hs.retry
1 parent 44d7c5d commit 48f5799

File tree

2 files changed

+333
-279
lines changed

2 files changed

+333
-279
lines changed

tests/hubstorage/test_batchuploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
def _job_and_writer(hsclient, hsproject, **writerargs):
1515
hsproject.push_job(TEST_SPIDER_NAME)
16-
start_job(hsproject)
16+
job = start_job(hsproject)
1717
batch_uploader = hsclient.batchuploader
1818
writer = batch_uploader.create_writer(
1919
job.items.url, auth=TEST_AUTH, **writerargs)

0 commit comments

Comments
 (0)