From 24c65df2bbe1f244b5f13b39243c25ad95c6635b Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Wed, 6 Sep 2017 20:17:13 +0800 Subject: Change the API Path Change the url from onapapi to api Change-Id: I0e62ddecb561c810a0a29d09abf893f33261be77 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu --- .../src/test/java/org/onap/holmes/common/utils/MSBRegisterUtilTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'holmes-actions/src/test') diff --git a/holmes-actions/src/test/java/org/onap/holmes/common/utils/MSBRegisterUtilTest.java b/holmes-actions/src/test/java/org/onap/holmes/common/utils/MSBRegisterUtilTest.java index a38c26e..72d9a61 100644 --- a/holmes-actions/src/test/java/org/onap/holmes/common/utils/MSBRegisterUtilTest.java +++ b/holmes-actions/src/test/java/org/onap/holmes/common/utils/MSBRegisterUtilTest.java @@ -55,7 +55,7 @@ public class MSBRegisterUtilTest { serviceRegisterEntity.setServiceName("holmes-rule-mgmt"); serviceRegisterEntity.setProtocol("REST"); serviceRegisterEntity.setVersion("v1"); - serviceRegisterEntity.setUrl("/onapapi/holmes-rule-mgmt/v1"); + serviceRegisterEntity.setUrl("/api/holmes-rule-mgmt/v1"); serviceRegisterEntity.setSingleNode(MicroServiceConfig.getServiceIp(), "9101", 0); serviceRegisterEntity.setVisualRange("1|0"); return serviceRegisterEntity; -- cgit 1.2.3-korg