summaryrefslogtreecommitdiffstats
path: root/holmes-actions/src/test
diff options
context:
space:
mode:
author6092002067 <wu.youbo@zte.com.cn>2017-03-14 19:36:20 +0800
committer6092002067 <wu.youbo@zte.com.cn>2017-03-14 19:36:20 +0800
commit68d0b52af532f4cde355b642593e76cf737aeb21 (patch)
tree001111a6823f2c29ab1cb3430cb0c9909c989157 /holmes-actions/src/test
parent29bf80d11209d1c4294cd0738f288e65f1be4a41 (diff)
Add UT for actions
Change-Id: Ic2dd7c4326111d9d3b8565a6b7e83b4f46bc197d Issue-ID: HOLMES-50 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'holmes-actions/src/test')
-rw-r--r--holmes-actions/src/test/java/org/openo/holmes/common/utils/MSBRegisterUtilTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/holmes-actions/src/test/java/org/openo/holmes/common/utils/MSBRegisterUtilTest.java b/holmes-actions/src/test/java/org/openo/holmes/common/utils/MSBRegisterUtilTest.java
index 0845981..5d04c1a 100644
--- a/holmes-actions/src/test/java/org/openo/holmes/common/utils/MSBRegisterUtilTest.java
+++ b/holmes-actions/src/test/java/org/openo/holmes/common/utils/MSBRegisterUtilTest.java
@@ -65,7 +65,7 @@ public class MSBRegisterUtilTest {
@Override
public ServiceRegisterEntity registerServce(@QueryParam("createOrUpdate") String createOrUpdate,
- ServiceRegisterEntity entity) throws Exception {
+ ServiceRegisterEntity entity) {
return null;
}
}