From 38eaf2ddd678a837e2bfed25d5b4b45d72fce338 Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Fri, 12 May 2023 12:37:02 +0100 Subject: Disabling archive functionality for normatives Issue-ID: SDC-4497 Signed-off-by: JvD_Ericsson Change-Id: If7ce7205543682697a2b787aebfd4c8a3da25db7 --- .../test/resources/config/catalog-be/error-configuration.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'catalog-be/src/test/resources') diff --git a/catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml b/catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml index e8c5d9a5df..6911570d16 100644 --- a/catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml +++ b/catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml @@ -2863,4 +2863,13 @@ errors: code: 409, message: "Cannot change substitution node type as properties of the existing type are referenced by properties %1.", messageId: "SVC4017" + } + + #---------SVC4018----------------------------- + # %1 - componentType + # %2 - component id + CANNOT_ARCHIVE_SYSTEM_DEPLOYED_RESOURCES: { + code: 409, + message: "System deployed %1 cannot be archived. Component: '%2'", + messageId: "SVC4018" } \ No newline at end of file -- cgit 1.2.3-korg