From 4b80d09d8c55c6361dcea126e267ae7207bdaac3 Mon Sep 17 00:00:00 2001 From: SagarS Date: Mon, 16 Aug 2021 16:55:10 +0100 Subject: Subscription API DB changes with IPV4, IPV6 updates Issue-ID: DCAEGEN2-2823 Change-Id: Ie455b1016ae1372934fa874667226ca9972b8d7f Signed-off-by: SagarS --- .../pm-subscription-handler/tests/data/pm_subscription_event.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/pm-subscription-handler/tests/data') 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 cd547d9d..6b94373a 100755 --- a/components/pm-subscription-handler/tests/data/pm_subscription_event.json +++ b/components/pm-subscription-handler/tests/data/pm_subscription_event.json @@ -5,7 +5,7 @@ "policyName":"pmsh-operational-policy", "changeType":"CREATE", "closedLoopControlName":"pmsh-control-loop", - "ipv4Address": "1.2.3.4", + "ipAddress": "204.120.0.15", "subscription":{ "subscriptionName":"ExtraPM-All-gNB-R2B", "administrativeState":"UNLOCKED", -- cgit 1.2.3-korg