From b5166662a4e90412dc5377e45d6333deb3b28e9a Mon Sep 17 00:00:00 2001 From: "anatoly@nspcc.ru" Date: Fri, 4 Dec 2020 15:34:06 +0300 Subject: [PATCH] fix --- robot/resources/lib/gates.py | 2 +- robot/testsuites/integration/http_gate.robot | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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