Skip to content

Commit 5ed4ac0

Browse files
committed
fixup! Port more STACAPIJobDatabase test tweaks from #798
1 parent 6bb1232 commit 5ed4ac0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/extra/job_management/test_stac_job_db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ def test_persist_multiple_chunks(self, requests_mock, job_db_exists):
446446
chunks = []
447447

448448
def post_bulk_items(request, context):
449-
nonlocal chunks
450449
post_data = request.json()
451450
chunks.append(post_data)
452451
return {"status": "success"}

0 commit comments

Comments
 (0)