summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshrek2000 <orenkle@amdocs.com>2019-04-22 08:07:24 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2019-04-22 09:25:55 +0000
commitcaa3ce9b5538a7ff2e72ae4f1afe3e903ae09c8a (patch)
treefdeb5df9d4bede3a134da3a636f0cec3dbb27450
parent5ed13032ff4803aa27cd1f1986ba34037be9c479 (diff)
Fix property name regex
Error message number is invalid Issue-ID: SDC-2243 Change-Id: Ib3eb658fa2c97a34cb4c1c4fd20aa9ad1084e677 Signed-off-by: shrek2000 <orenkle@amdocs.com>
-rw-r--r--catalog-be/src/main/resources/config/error-configuration.yaml2
1 files changed, 1 insertions, 1 deletions
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: {