diff options
author | Brian Freeman <bf1936@att.com> | 2019-03-06 16:52:26 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-03-06 16:52:37 -0500 |
commit | 0acaa2471104190985a8ddbfffdd74174ba989b5 (patch) | |
tree | 2e6ddb871a293f8e244352e63bf634b52d875c54 /robot | |
parent | b0e12b4535c7a63f81729f93e5d17d83aff6bc52 (diff) |
Update for new VID heatlh API
Issue-ID: INT-848
Change-Id: I400886d3bc80b76f13beb737bbcfa51410272416
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/vid/vid_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/vid/vid_interface.robot b/robot/resources/vid/vid_interface.robot index 1cbdf321..47cb7860 100644 --- 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 |