From: shrek2000 Date: Mon, 22 Apr 2019 05:07:24 +0000 (+0300) Subject: Fix property name regex X-Git-Tag: 1.4.0~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F85929%2F2;p=sdc.git Fix property name regex Error message number is invalid Issue-ID: SDC-2243 Change-Id: Ib3eb658fa2c97a34cb4c1c4fd20aa9ad1084e677 Signed-off-by: shrek2000 --- diff --git a/catalog-be/src/main/resources/config/error-configuration.yaml b/catalog-be/src/main/resources/config/error-configuration.yaml index f9e5407e30..fe1153139f 100644 --- a/catalog-be/src/main/resources/config/error-configuration.yaml +++ b/catalog-be/src/main/resources/config/error-configuration.yaml @@ -2267,7 +2267,7 @@ errors: INVALID_PROPERTY_VALUES: { code: 400, message: "Error: Invalid property values provided:\n %1", - messageId: "SVC4735" + messageId: "SVC4726" } #---------SVC4727------------------------------ INVALID_PROPERTY_NAME: {