InstanceIdentifierContext does not take generics
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / Netconf799Test.java
index f44a7161f7721e2bd83c7a9a0f0b53f989a4add4..ce2ab22c716718799459533fc2cbb5173c2c3a22 100644 (file)
@@ -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))