Bump upstreams
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / Netconf799Test.java
index 034a026bd56507335f88fe0e54c8486bb845fe7f..948e2475f27a5e9a580086da66eef819784eecf7 100644 (file)
@@ -71,7 +71,7 @@ public class Netconf799Test {
             mock(RestconfStreamsSubscriptionService.class), actionService, new StreamsConfiguration(0, 1, 0, false));
 
         final var nodeAndStack = DataSchemaContextTree.from(contextRef).enterPath(ACTION_YII).orElseThrow();
-        final var node = nodeAndStack.node().getDataSchemaNode();
+        final var node = nodeAndStack.node().dataSchemaNode();
         assertThat(node, instanceOf(ActionNodeContainer.class));
         final var actionNode = ((ActionNodeContainer) node).findAction(RESET_QNAME).orElseThrow();
         final var stack = nodeAndStack.stack();