From a5fe4cc91b91b3a2755929b6c1dbaa94de274aea Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Tue, 17 Apr 2018 08:00:37 -0500 Subject: Fix MUSIC HealthCheck URL Issue-ID: MUSIC-71 Change-Id: I36b8e01d26fa79f1c4d35b387957bbbfc0aa5a2e Signed-off-by: Brian Freeman --- robot/resources/music/music_interface.robot | 4 ++-- 1 file 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} -- cgit 1.2.3-korg