From 00ab224939d5ed78670a43c42b8f40255ab34f50 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 17 Jul 2025 09:55:57 +0200 Subject: [PATCH] Minor change in rest_lib to simplify code Change-Id: Ica69341d3bca4dd5bc1f85d3b73f46da191c6529 Signed-off-by: garciadeblas --- robot-systest/lib/rest_lib.resource | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/robot-systest/lib/rest_lib.resource b/robot-systest/lib/rest_lib.resource index 6bec42d..654290d 100644 --- a/robot-systest/lib/rest_lib.resource +++ b/robot-systest/lib/rest_lib.resource @@ -66,8 +66,7 @@ Set Standalone Host Get Resource Directory [Documentation] Return Directory corresponding to the resources folder ${Directory}= Replace String ${CURDIR} lib resources - ${json_path}= Set Variable ${Directory} - RETURN ${json_path} + RETURN ${Directory} Post Api Request [Documentation] Send to OSM a POST API message to OSM to the given uri with the given json data, -- 2.25.1