From: garciadeblas Date: Thu, 17 Jul 2025 07:55:57 +0000 (+0200) Subject: Minor change in rest_lib to simplify code X-Git-Tag: v18.0.0~9 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F15285%2F1;p=osm%2Ftests.git Minor change in rest_lib to simplify code Change-Id: Ica69341d3bca4dd5bc1f85d3b73f46da191c6529 Signed-off-by: garciadeblas --- 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,