summaryrefslogtreecommitdiffstats
path: root/holmes-actions/src/test/java
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-06 20:17:13 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-06 20:17:13 +0800
commit24c65df2bbe1f244b5f13b39243c25ad95c6635b (patch)
tree2adf197404aecaf6d541441d3f9d5b4828945218 /holmes-actions/src/test/java
parent3d9201cd04d80d99d6a79dc471a43a4ac6299166 (diff)
Change the API Path
Change the url from onapapi to api Change-Id: I0e62ddecb561c810a0a29d09abf893f33261be77 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/src/test/java')
-rw-r--r--holmes-actions/src/test/java/org/onap/holmes/common/utils/MSBRegisterUtilTest.java2
1 files changed, 1 insertions, 1 deletions
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;