Changed the Style of GUI
[holmes/rule-management.git] / rulemgt / src / test / java / org / onap / holmes / rulemgt / RuleActiveAppTest.java
index cd79ae8..287d5a3 100644 (file)
@@ -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