diff options
Diffstat (limited to 'rulemgt')
-rw-r--r-- | rulemgt/src/test/java/org/onap/holmes/rulemgt/RuleActiveAppTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt/src/test/java/org/onap/holmes/rulemgt/RuleActiveAppTest.java b/rulemgt/src/test/java/org/onap/holmes/rulemgt/RuleActiveAppTest.java index cd79ae8..287d5a3 100644 --- a/rulemgt/src/test/java/org/onap/holmes/rulemgt/RuleActiveAppTest.java +++ b/rulemgt/src/test/java/org/onap/holmes/rulemgt/RuleActiveAppTest.java @@ -30,7 +30,7 @@ public class RuleActiveAppTest { } public static void main(String[] args) throws Exception { - String filePath = "C:\\correlation-rule.yml"; + String filePath = "E:\\Codes\\ONAP\\holmes\\rule-management\\rulemgt-standalone\\src\\main\\assembly\\conf\\rulemgt.yml"; new RuleActiveApp().run(new String[]{"server", filePath}); } }
\ No newline at end of file |