diff options
author | shrek2000 <orenkle@amdocs.com> | 2019-04-22 08:07:24 +0300 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-04-22 09:25:55 +0000 |
commit | caa3ce9b5538a7ff2e72ae4f1afe3e903ae09c8a (patch) | |
tree | fdeb5df9d4bede3a134da3a636f0cec3dbb27450 /catalog-be/src/main/resources | |
parent | 5ed13032ff4803aa27cd1f1986ba34037be9c479 (diff) |
Fix property name regex
Error message number is invalid
Issue-ID: SDC-2243
Change-Id: Ib3eb658fa2c97a34cb4c1c4fd20aa9ad1084e677
Signed-off-by: shrek2000 <orenkle@amdocs.com>
Diffstat (limited to 'catalog-be/src/main/resources')
-rw-r--r-- | catalog-be/src/main/resources/config/error-configuration.yaml | 2 |
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: { |