Added Junits for Policy PAP-REST
[policy/engine.git] / ONAP-PAP-REST / src / test / java / org / onap / policy / pap / xacml / rest / components / ActionPolicyTest.java
index 55879ca..cb09bec 100644 (file)
@@ -89,7 +89,7 @@ public class ActionPolicyTest {
                attributeMap.put("java", "test");
                policyAdapter.setDynamicFieldConfigAttributes(attributeMap);
                
-               component = new ActionPolicy(policyAdapter);
+               component = new ActionPolicy(policyAdapter, null);
 
         logger.info("setUp: exit");
        }