From 594721c136abf0b1f203228bf946a286747ed34c Mon Sep 17 00:00:00 2001 From: Lukasz Muszkieta Date: Fri, 22 May 2020 14:50:26 +0200 Subject: use existing pnf - logging improvement Issue-ID: SO-2937 Signed-off-by: Lukasz Muszkieta Change-Id: Ic4832d7f6608b684d0b1c902a8a7b48f6639e6e1 --- .../java/org/onap/so/client/orchestration/AAIPnfResourcesTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpmn/so-bpmn-tasks/src/test') diff --git a/bpmn/so-bpmn-tasks/src/test/java/org/onap/so/client/orchestration/AAIPnfResourcesTest.java b/bpmn/so-bpmn-tasks/src/test/java/org/onap/so/client/orchestration/AAIPnfResourcesTest.java index 5e9b4c7592..59cd53edd5 100644 --- a/bpmn/so-bpmn-tasks/src/test/java/org/onap/so/client/orchestration/AAIPnfResourcesTest.java +++ b/bpmn/so-bpmn-tasks/src/test/java/org/onap/so/client/orchestration/AAIPnfResourcesTest.java @@ -149,7 +149,8 @@ public class AAIPnfResourcesTest extends TestDataSetup { } catch (Exception e) { // then assertThat(e.getMessage()).isEqualTo(String.format( - "pnf with name %s already exists with orchestration status Active, only status Inventoried allows to use existing pnf", + "pnf with name %s already exists with orchestration status Active, existing pnf can be used only " + + "if status is not set or set as Inventoried", PNF_NAME)); } } -- cgit 1.2.3-korg