Code Review
/
testsuite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b0e12b4
)
Update for new VID heatlh API
20/79820/1
author
Brian Freeman
<bf1936@att.com>
Wed, 6 Mar 2019 21:52:26 +0000
(16:52 -0500)
committer
Brian Freeman
<bf1936@att.com>
Wed, 6 Mar 2019 21:52:37 +0000
(16:52 -0500)
Issue-ID: INT-848
Change-Id: I400886d3bc80b76f13beb737bbcfa51410272416
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/resources/vid/vid_interface.robot
patch
|
blob
|
history
diff --git
a/robot/resources/vid/vid_interface.robot
b/robot/resources/vid/vid_interface.robot
index
1cbdf32
..
47cb786
100644
(file)
--- a/
robot/resources/vid/vid_interface.robot
+++ b/
robot/resources/vid/vid_interface.robot
@@
-21,7
+21,7
@@
Run VID Health Check
[Documentation] Logs in to VID GUI
${resp}= Run VID Get Request ${VID_HEALTHCHECK_PATH}
Should Be Equal As Strings ${resp.status_code} 200
- Should Be String ${resp.json()['
message
']}
+ Should Be String ${resp.json()['
detailedMsg
']}
Run VID Get Request
[Documentation] Runs an VID get request