aboutsummaryrefslogtreecommitdiffstats
path: root/csit/resources/tests/pap-test.robot
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-02-21 15:29:36 +0000
committeradheli.tavares <adheli.tavares@est.tech>2024-02-21 15:31:27 +0000
commit8361cb0e3663a610a46bc5ea8a0cc783ade26f89 (patch)
tree3a69b393e9eda3c7b66e0c446c2bab60f53ad523 /csit/resources/tests/pap-test.robot
parentdd836dc2d2bd379fba19b395c912d32f1bc7ee38 (diff)
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 <adheli.tavares@est.tech>
Diffstat (limited to 'csit/resources/tests/pap-test.robot')
-rw-r--r--csit/resources/tests/pap-test.robot2
1 files changed, 1 insertions, 1 deletions
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}