diff options
Diffstat (limited to 'components/pm-subscription-handler/tests/data/pm_subscription_event.json')
-rwxr-xr-x | components/pm-subscription-handler/tests/data/pm_subscription_event.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/pm-subscription-handler/tests/data/pm_subscription_event.json b/components/pm-subscription-handler/tests/data/pm_subscription_event.json index 6b94373a..6a7fe340 100755 --- a/components/pm-subscription-handler/tests/data/pm_subscription_event.json +++ b/components/pm-subscription-handler/tests/data/pm_subscription_event.json @@ -2,9 +2,9 @@ "nfName":"pnf_1",
"blueprintName": "some-name",
"blueprintVersion": "some-version",
- "policyName":"pmsh-operational-policy",
+ "operationalPolicyName":"pmsh-operational-policy",
"changeType":"CREATE",
- "closedLoopControlName":"pmsh-control-loop",
+ "controlLoopName":"pmsh-control-loop",
"ipAddress": "204.120.0.15",
"subscription":{
"subscriptionName":"ExtraPM-All-gNB-R2B",
@@ -54,4 +54,4 @@ }
]
}
-}
\ No newline at end of file +}
|