diff --git a/lighty-modules/lighty-restconf-nb-community/src/test/java/io/lighty/modules/northbound/restconf/community/impl/tests/YangPatchTest.java b/lighty-modules/lighty-restconf-nb-community/src/test/java/io/lighty/modules/northbound/restconf/community/impl/tests/YangPatchTest.java index e1b649c2c..9f4fff400 100644 --- a/lighty-modules/lighty-restconf-nb-community/src/test/java/io/lighty/modules/northbound/restconf/community/impl/tests/YangPatchTest.java +++ b/lighty-modules/lighty-restconf-nb-community/src/test/java/io/lighty/modules/northbound/restconf/community/impl/tests/YangPatchTest.java @@ -11,6 +11,7 @@ import static org.testng.Assert.assertNotNull; import static org.testng.AssertJUnit.assertTrue; +import com.google.common.collect.ImmutableMap; import java.util.Collections; import java.util.List; import java.util.concurrent.TimeUnit; @@ -64,7 +65,7 @@ public void patchDataReplaceTest() throws Exception { final var strategy = new MdsalRestconfStrategy(DatabindContext.ofModel(getLightyController() .getServices().getDOMSchemaService().getGlobalContext()), getLightyController().getServices() - .getClusteredDOMDataBroker(), getLightyController().getServices().getDOMRpcService(), + .getClusteredDOMDataBroker(), ImmutableMap.of(), getLightyController().getServices().getDOMRpcService(), getLightyController().getServices() .getDOMActionService(), getLightyController().getServices().getYangTextSourceExtension(), getLightyController().getServices()