aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--robot/resources/vid/vid_interface.robot2
-rw-r--r--robot/testsuites/health-check.robot2
2 files changed, 2 insertions, 2 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
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index dc335d90..3c16f1ca 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -60,7 +60,7 @@ Basic DCAE Health Check
Run DCAE Health Check
Basic DMAAP Data Router Health Check
- [Tags] health core datarouter
+ [Tags] health datarouter
Run DR Health Check
Basic DMAAP Message Router Health Check