Move action invocation to MdsalRestconfServer
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / Netconf799Test.java
index e2bb2d6c9016fbd8055c74aed340ca890abc7928..0296f77113e7d94ced675307fcb9c9ccd1d18d75 100644 (file)
@@ -60,7 +60,7 @@ public class Netconf799Test extends AbstractInstanceIdentifierTest {
 
         final DatabindProvider databindProvider = () -> DatabindContext.ofModel(IID_SCHEMA);
         final var dataService = new RestconfDataServiceImpl(databindProvider,
-            new MdsalRestconfServer(databindProvider, dataBroker, rpcService, mountPointService), actionService);
+            new MdsalRestconfServer(databindProvider, dataBroker, rpcService, actionService, mountPointService));
 
         doReturn(true).when(asyncResponse).resume(captor.capture());
         dataService.postDataJSON("instance-identifier-module:cont/cont1/reset",