From 8361cb0e3663a610a46bc5ea8a0cc783ade26f89 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 21 Feb 2024 15:29:36 +0000 Subject: Fix config files removing hibernate deprecated properties and changing robot deprecated commands in test files Issue-ID: POLICY-4929 Change-Id: I09147335700fdd2c27557b533ca4fb88967672a4 Signed-off-by: adheli.tavares --- csit/resources/tests/pap-test.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/resources/tests/pap-test.robot') diff --git a/csit/resources/tests/pap-test.robot b/csit/resources/tests/pap-test.robot index 74d299a5..21a37d3b 100644 --- a/csit/resources/tests/pap-test.robot +++ b/csit/resources/tests/pap-test.robot @@ -10,7 +10,7 @@ GetReq [Arguments] ${url} ${auth}= PolicyAdminAuth ${resp}= PerformGetRequest ${POLICY_PAP_IP} ${url} 200 null ${auth} - [return] ${resp} + RETURN ${resp} ValidateResponseTimeForPap [Arguments] ${uri} ${method} -- cgit 1.2.3-korg