Remove annotations from dmaap common test class
[policy/models.git] / models-sim / models-sim-dmaap / src / test / java / org / onap / policy / sim / dmaap / startstop / DmaapSimActivatorTest.java
index 30b6580..810c16b 100644 (file)
@@ -53,7 +53,7 @@ public class DmaapSimActivatorTest extends CommonRestServer {
         Registry.newRegistry();
         HttpServletServerFactoryInstance.getServerFactory().destroy();
 
-        CommonRestServer.reconfigure(false);
+        CommonRestServer.reconfigure();
 
         final String[] papConfigParameters = {"-c", CONFIG_FILE};
         final DmaapSimCommandLineArguments arguments = new DmaapSimCommandLineArguments(papConfigParameters);