X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Frests%2Fservices%2Fimpl%2FNetconf799Test.java;h=ce2ab22c716718799459533fc2cbb5173c2c3a22;hb=9cc114dc8e4109893e2346477b5ae14391afe01c;hp=f44a7161f7721e2bd83c7a9a0f0b53f989a4add4;hpb=83d92194e60065f41629b6b8742b067bd7ef2e60;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/Netconf799Test.java b/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/Netconf799Test.java index f44a7161f7..ce2ab22c71 100644 --- a/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/Netconf799Test.java +++ b/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/Netconf799Test.java @@ -77,7 +77,7 @@ public class Netconf799Test { final var schemaNode = loadAction(contextRef, RESET_QNAME, ACTION_YII).orElseThrow(); final var response = dataService.invokeAction(NormalizedNodePayload.of( - new InstanceIdentifierContext<>(ACTION_YII, schemaNode, null, contextRef), + new InstanceIdentifierContext(ACTION_YII, schemaNode, null, contextRef), Builders.containerBuilder() .withNodeIdentifier(NodeIdentifier.create(INPUT_QNAME)) .withChild(ImmutableNodes.leafNode(DELAY_QNAME, Uint32.TEN))