Device Software version management
[oam/tr069-adapter.git] / mapper / src / test / java / org / commscope / tr069adapter / mapper / ACSNotificationHandlerImplTest.java
index a2e91ec..492f40e 100644 (file)
@@ -67,7 +67,7 @@ public class ACSNotificationHandlerImplTest {
     notification.setParameters(params);\r
     NetConfServerDetails serverInfo = new NetConfServerDetails();\r
     serverInfo.setError(NetconfServerManagementError.SUCCESS);\r
-    Mockito.when(netConfServerManager.createNetconfServer(Mockito.anyString(), Mockito.anyString()))\r
+    Mockito.when(netConfServerManager.createNetconfServer(Mockito.anyString(), Mockito.anyString(), Mockito.anyString(), Mockito.anyString()))\r
         .thenReturn(serverInfo);\r
     /*\r
      * String URI = "http://tr069adapter-netconf-server:8181/netConfServerManagerService";\r