Configuration as argument to BRMS Gateway
[policy/engine.git] / BRMSGateway / src / test / java / org / onap / policy / brms / api / BrmsGatewayTest.java
index b3f836f..fd8a7ed 100644 (file)
@@ -52,7 +52,7 @@ public class BrmsGatewayTest {
 
         // Run app
         try {
-            final String[] args = null;
+            final String[] args = new String[0];
             BrmsGateway.main(args);
         } catch (final Exception ex) {
             fail("Not expected an exception: " + ex);