X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Fjersey%2Fproviders%2Fpatch%2FJsonPatchBodyReaderMountPointTest.java;h=28e3f408ddf5a3a2da2d7bcd61e15d12ae78f67a;hb=32013f8d8fefcb6f5e70f6b809e7ee5291d732a6;hp=9673a4b504f8574a34baad23a2a392cce411592b;hpb=8365ae3952c207c6b78ff45125706f7aae90d237;p=netconf.git diff --git a/restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/JsonPatchBodyReaderMountPointTest.java b/restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/JsonPatchBodyReaderMountPointTest.java index 9673a4b504..28e3f408dd 100644 --- a/restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/JsonPatchBodyReaderMountPointTest.java +++ b/restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/patch/JsonPatchBodyReaderMountPointTest.java @@ -29,7 +29,7 @@ public class JsonPatchBodyReaderMountPointTest extends AbstractBodyReaderTest { public JsonPatchBodyReaderMountPointTest() throws Exception { super(schemaContext); - jsonToPatchBodyReader = new JsonPatchBodyReader(schemaContextHandler, mountPointService); + jsonToPatchBodyReader = new JsonPatchBodyReader(databindProvider, mountPointService); } @Override