From d911a1021e18c8395dcd2885389dfb11987ce223 Mon Sep 17 00:00:00 2001 From: jhh Date: Mon, 14 Nov 2022 09:25:09 -0600 Subject: rename a1 policy example to putA1Policy Issue-ID: POLICY-4444 Signed-off-by: jhh Change-Id: I830d11233416f770177e103ae62fbb2b863d7aed Signed-off-by: jhh --- .../java/org/onap/policy/controlloop/common/rules/test/BaseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/BaseTest.java b/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/BaseTest.java index d2fe57f8f..044fa8121 100644 --- a/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/BaseTest.java +++ b/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/BaseTest.java @@ -131,7 +131,7 @@ public abstract class BaseTest { private static final String V5G_SON_A1_TOSCA_POLICY = "policies/v5gSonA1.policy.operational.input.tosca.json"; private static final String V5G_SON_A1_ONSET = "vsonh/v5G.son.A1.onset.json"; private static final String V5G_SON_A1_SDNR_SUCCESS = "vsonh/v5G.son.A1.sdnr.success.json"; - private static final String PUT_A1_POLICY_OPERATION = "PutA1Policy"; + private static final String PUT_A1_POLICY_OPERATION = "putA1Policy"; /* * Coders used to decode requests and responses. */ -- cgit 1.2.3-korg