summaryrefslogtreecommitdiffstats
path: root/holmes-actions/src/test/java
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2017-10-20 09:18:11 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2017-10-20 09:20:53 +0800
commit17a3500b535e9dd09a272c7428bdd9c9c945f1bb (patch)
tree974706ab947b0e167e7c45f17c4c564bf46b5d5a /holmes-actions/src/test/java
parent6c9ff5b3edcb451bb61ff2180e30f79339434d1f (diff)
modify bug
Issue-ID: HOLMES-71 Change-Id: Ib54045fcc4505c08b0f3da28aea18a27a510bd4f Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'holmes-actions/src/test/java')
-rw-r--r--holmes-actions/src/test/java/org/onap/holmes/common/aai/AaiQueryTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/holmes-actions/src/test/java/org/onap/holmes/common/aai/AaiQueryTest.java b/holmes-actions/src/test/java/org/onap/holmes/common/aai/AaiQueryTest.java
index 59f8848..34a6c46 100644
--- a/holmes-actions/src/test/java/org/onap/holmes/common/aai/AaiQueryTest.java
+++ b/holmes-actions/src/test/java/org/onap/holmes/common/aai/AaiQueryTest.java
@@ -354,7 +354,7 @@ public class AaiQueryTest {
public void testAaiQuery_getMsbSuffixAddr_Ok() throws Exception {
PowerMock.resetAll();
String url = "/aai/v11/network/generic-vnfs/generic-vnf?";
- String expect = "/aai/network/v11/generic-vnfs/generic-vnf?";
+ String expect = "/aai/aai-network/v11/generic-vnfs/generic-vnf?";
aaiQuery = new AaiQuery();
PowerMock.replayAll();
String actual = Whitebox.invokeMethod(aaiQuery, "getMsbSuffixAddr", url);