From ac16abb374b833ebb92d99b93954dd26460d86f4 Mon Sep 17 00:00:00 2001 From: rathnapandi Date: Mon, 7 Oct 2024 11:43:18 -0700 Subject: [PATCH] - Fix junit test --- .../src/main/java/com/axway/apim/lib/error/ErrorCode.java | 2 +- modules/apim-cli-tests/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/apim-adapter/src/main/java/com/axway/apim/lib/error/ErrorCode.java b/modules/apim-adapter/src/main/java/com/axway/apim/lib/error/ErrorCode.java index af3d8f1ba..6c51cb875 100644 --- a/modules/apim-adapter/src/main/java/com/axway/apim/lib/error/ErrorCode.java +++ b/modules/apim-adapter/src/main/java/com/axway/apim/lib/error/ErrorCode.java @@ -11,7 +11,7 @@ public enum ErrorCode { MISSING_PARAMETER(5, "There is a missing parameter.", false), INVALID_PARAMETER(6, "There is an invalid parameter.", false), API_ALREADY_EXISTS(7, "The API already exists for another organization.", false), - BACKEND_API_DEF_NA(8, "The API already exists for another organization.", false), + BACKEND_API_DEF_NA(8, "Backend API definition is not available.", false), NO_CHANGE(10, "No change between desired and actual API has been detected.", false, LogLevel.WARN), EXPORT_FOLDER_EXISTS(12, "Export failed Export-Folder already exists.", false), UPDATE_ONLY_IS_SET(13, "Creating of a new API fails, when flag updateOnly is set.", false), diff --git a/modules/apim-cli-tests/pom.xml b/modules/apim-cli-tests/pom.xml index a448defe1..38d7a8510 100644 --- a/modules/apim-cli-tests/pom.xml +++ b/modules/apim-cli-tests/pom.xml @@ -58,6 +58,11 @@ citrus-validation-xml ${citrus.version} + + org.citrusframework + citrus-java-dsl + 4.0.0-M1 + org.citrusframework citrus-sql