summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--robot/resources/music/music_interface.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/music/music_interface.robot b/robot/resources/music/music_interface.robot
index cde2d3db..456e119b 100644
--- a/robot/resources/music/music_interface.robot
+++ b/robot/resources/music/music_interface.robot
@@ -7,7 +7,7 @@ Library UUID
Resource ../global_properties.robot
*** Variables ***
-${MUSIC_HEALTH_CHECK_PATH} /MUSIC/rest/version
+${MUSIC_HEALTH_CHECK_PATH} /MUSIC/rest/v2/version
${MUSIC_ENDPOINT} ${GLOBAL_MUSIC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_MUSIC_IP_ADDR}:${GLOBAL_MUSIC_SERVER_PORT}
*** Keywords ***
@@ -25,4 +25,4 @@ Run MUSIC Get Request
${headers}= Create Dictionary Accept=application/json Content-Type=application/json X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID}
${resp}= Get Request music ${data_path} headers=${headers}
Log Received response from music ${resp.text}
- [Return] ${resp} \ No newline at end of file
+ [Return] ${resp}