diff options
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/dcae/ves_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/dcae/ves_interface.robot b/robot/resources/dcae/ves_interface.robot index 433d9a5f..b20b410d 100644 --- a/robot/resources/dcae/ves_interface.robot +++ b/robot/resources/dcae/ves_interface.robot @@ -46,7 +46,7 @@ Topic Validate ${dict}= Create Dictionary timestamp=${timestamp} Templating.Create Environment mr ${GLOBAL_TEMPLATE_FOLDER} ${data}= Templating.Apply Template mr ${MR_PUBLISH_TEMPLATE} ${dict} - ${resp}= Run MR Auth Get Request ${topic_name} ${GLOBAL_DCAE_USERNAME} ${GLOBAL_DCAE_PASSWORD} + ${resp}= Run MR Get Request ${topic_name} Should Contain ${resp.text} ${expected_text} Send Event to VES & Validate Topic |