Skip to content
Snippets Groups Projects
Commit 49b65226 authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

fix added

parent 62bd77e7
No related branches found
No related tags found
3 merge requests!199Merge "3.3.1 dev" into "release 3" master,!193Merge 2.7.1 dev into Master, for TST010ed271 publication,!120SOL003 VNF Indicator - Implementation of deltas between v2.7.1 and v2.6.1
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment