fix
This commit is contained in:
parent
208602d963
commit
b5166662a4
2 changed files with 1 additions and 2 deletions
|
@ -43,4 +43,4 @@ def get_via_http_gate(cid: str, oid: str):
|
||||||
with open(filename, "wb") as f:
|
with open(filename, "wb") as f:
|
||||||
shutil.copyfileobj(resp.raw, f)
|
shutil.copyfileobj(resp.raw, f)
|
||||||
del resp
|
del resp
|
||||||
return filename
|
return filename
|
||||||
|
|
|
@ -52,4 +52,3 @@ NeoFS HTTP Gateway
|
||||||
Verify file hash ${FILEPATH} ${FILE_HASH}
|
Verify file hash ${FILEPATH} ${FILE_HASH}
|
||||||
|
|
||||||
[Teardown] Cleanup Files ${FILEPATH} ${FILE} s_file_read
|
[Teardown] Cleanup Files ${FILEPATH} ${FILE} s_file_read
|
||||||
|
|
Loading…
Reference in a new issue