Skip to content

Commit

Permalink
21 Nov update. minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Nov 22, 2023
1 parent 3dcbd66 commit 73191d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/chunk/test_soc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# waiting for getPostageBatch
def test_upload_single_owner_chunk(
signer, payload, soc_hash, bee_ky_options, bee_debug_url, try_delete_chunk_from_local_storage
signer, payload, soc_hash, bee_ky_options, get_postage_batch, try_delete_chunk_from_local_storage
):
identifier = bytes([0] * 32)

Expand All @@ -15,6 +15,6 @@ def test_upload_single_owner_chunk(

assert try_delete_chunk_from_local_storage(soc_hash)

response = upload_single_owner_chunk(bee_ky_options, soc, bee_debug_url)
response = upload_single_owner_chunk(bee_ky_options, soc, get_postage_batch("bee_debug_url"))

assert soc_address == response

0 comments on commit 73191d3

Please sign in to comment.