From 49b652269a77bd5d7ac62ac25c95d54c99a4d081 Mon Sep 17 00:00:00 2001 From: uihassan Date: Fri, 6 Nov 2020 15:52:53 +0500 Subject: [PATCH] fix added --- SOL003/VNFIndicator-API/NotificationConsumer.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOL003/VNFIndicator-API/NotificationConsumer.robot b/SOL003/VNFIndicator-API/NotificationConsumer.robot index fff07559..3fccae93 100644 --- a/SOL003/VNFIndicator-API/NotificationConsumer.robot +++ b/SOL003/VNFIndicator-API/NotificationConsumer.robot @@ -40,7 +40,7 @@ Post VNF Indicator Value Change Notification Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} ${template} = Get File jsons/VnfIndicatorValueChangeNotification.json - ${body}= Format String ${template} subscriptionId=${subscriptionId} indicatorId=indicatorId vnfInstanceId=${vnfInstanceId} + ${body}= Format String ${template} subscriptionId=${subscriptionId} indicatorId=${indicatorId} vnfInstanceId=${vnfInstanceId} Post ${callbackResp} ${body} ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} -- GitLab