From caa3ce9b5538a7ff2e72ae4f1afe3e903ae09c8a Mon Sep 17 00:00:00 2001 From: shrek2000 Date: Mon, 22 Apr 2019 08:07:24 +0300 Subject: Fix property name regex Error message number is invalid Issue-ID: SDC-2243 Change-Id: Ib3eb658fa2c97a34cb4c1c4fd20aa9ad1084e677 Signed-off-by: shrek2000 --- catalog-be/src/main/resources/config/error-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-be/src/main') 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: { -- cgit 1.2.3-korg