Bump upstreams to SNAPSHOTs
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / Netconf799Test.java
index b959cf70a7a40554c78dd91d4d997e8a49aeafb3..9b362ca00e980f23e1b6151e442bfd20e138115f 100644 (file)
@@ -82,7 +82,7 @@ public class Netconf799Test {
         stack.enterSchemaTree(RESET_QNAME);
 
         final var response = dataService.invokeAction(NormalizedNodePayload.of(
-            InstanceIdentifierContext.ofAction(stack, actionNode, ACTION_YII, null),
+            InstanceIdentifierContext.ofPath(stack, actionNode, ACTION_YII, null),
             Builders.containerBuilder()
                 .withNodeIdentifier(NodeIdentifier.create(INPUT_QNAME))
                 .withChild(ImmutableNodes.leafNode(DELAY_QNAME, Uint32.TEN))