From: jhh Date: Mon, 14 Nov 2022 15:25:09 +0000 (-0600) Subject: rename a1 policy example to putA1Policy X-Git-Tag: 1.12.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=d911a1021e18c8395dcd2885389dfb11987ce223;p=policy%2Fdrools-applications.git rename a1 policy example to putA1Policy Issue-ID: POLICY-4444 Signed-off-by: jhh Change-Id: I830d11233416f770177e103ae62fbb2b863d7aed Signed-off-by: jhh --- 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. */