diff --git a/robot/resources/lib/gates.py b/robot/resources/lib/gates.py index fd098428..d6b4f267 100644 --- a/robot/resources/lib/gates.py +++ b/robot/resources/lib/gates.py @@ -43,4 +43,4 @@ def get_via_http_gate(cid: str, oid: str): with open(filename, "wb") as f: shutil.copyfileobj(resp.raw, f) del resp - return filename \ No newline at end of file + return filename diff --git a/robot/testsuites/integration/http_gate.robot b/robot/testsuites/integration/http_gate.robot index 829e94e2..750d9295 100644 --- a/robot/testsuites/integration/http_gate.robot +++ b/robot/testsuites/integration/http_gate.robot @@ -52,4 +52,3 @@ NeoFS HTTP Gateway Verify file hash ${FILEPATH} ${FILE_HASH} [Teardown] Cleanup Files ${FILEPATH} ${FILE} s_file_read - \ No newline at end of file