aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/vid/resources/keywords/scaleout_vid_keywords.robot6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/vid/resources/keywords/scaleout_vid_keywords.robot b/tests/vid/resources/keywords/scaleout_vid_keywords.robot
index 0b96d45d..07ab11b9 100644
--- a/tests/vid/resources/keywords/scaleout_vid_keywords.robot
+++ b/tests/vid/resources/keywords/scaleout_vid_keywords.robot
@@ -39,7 +39,5 @@ Login to VID Internally
Input Text id=loginId ${username}
Input Password id=password ${password}
Click Element id=loginBtn
- ${cookie_value} Get Cookie Value JSESSIONID
- [Return] JSESSIONID=${cookie_value}
-
-
+ ${cookie} Get Cookie JSESSIONID
+ [Return] JSESSIONID=${cookie.value}