diff options
author | 6092002067 <wu.youbo@zte.com.cn> | 2017-03-14 19:36:20 +0800 |
---|---|---|
committer | 6092002067 <wu.youbo@zte.com.cn> | 2017-03-14 19:36:20 +0800 |
commit | 68d0b52af532f4cde355b642593e76cf737aeb21 (patch) | |
tree | 001111a6823f2c29ab1cb3430cb0c9909c989157 /holmes-actions/src/test | |
parent | 29bf80d11209d1c4294cd0738f288e65f1be4a41 (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.java | 2 |
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;
}
}
|