Fix MUSIC HealthCheck URL

Issue-ID: MUSIC-71
Change-Id: I36b8e01d26fa79f1c4d35b387957bbbfc0aa5a2e
Signed-off-by: Brian Freeman <bf1936@att.com>
diff --git a/robot/resources/music/music_interface.robot b/robot/resources/music/music_interface.robot
index cde2d3d..456e119 100644
--- a/robot/resources/music/music_interface.robot
+++ b/robot/resources/music/music_interface.robot
@@ -7,7 +7,7 @@
 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 @@
      ${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}