From 40f54b8acefce59ecbd9e9fde60e062373243982 Mon Sep 17 00:00:00 2001 From: 6092002067 Date: Fri, 24 Mar 2017 11:17:32 +0800 Subject: Fix modify rules of fault Issue-ID: HOLMES-52 Change-Id: I93115414570d118f4a1d88c2b1a612d4a44d2811 Signed-off-by: youbowu --- .../org/openo/holmes/rulemgt/bolt/enginebolt/EngineWrapperTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rulemgt/src/test/java') diff --git a/rulemgt/src/test/java/org/openo/holmes/rulemgt/bolt/enginebolt/EngineWrapperTest.java b/rulemgt/src/test/java/org/openo/holmes/rulemgt/bolt/enginebolt/EngineWrapperTest.java index fe7696b..38afa47 100644 --- a/rulemgt/src/test/java/org/openo/holmes/rulemgt/bolt/enginebolt/EngineWrapperTest.java +++ b/rulemgt/src/test/java/org/openo/holmes/rulemgt/bolt/enginebolt/EngineWrapperTest.java @@ -129,7 +129,7 @@ public class EngineWrapperTest { @Test public void deleteRuleFromEngine_http_status_not_ok() throws Exception { thrown.expect(CorrelationException.class); - thrown.expectMessage(I18nProxy.ENGINE_DELETE_RULE_FAILED); + thrown.expectMessage(I18nProxy.RULE_MANAGEMENT_DELETE_RULE_FAILED); EasyMock.expect(engineServiceMock.delete(EasyMock.anyObject(String.class))) .andReturn(response); -- cgit 1.2.3-korg