Bump MRI upstreams
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / RestconfImplTest.java
index a382eedf9e661060323bb4b590ed6a7bbfd036b2..7d2c1de83d35dd1f788a110e43564bf0074710d7 100644 (file)
@@ -26,6 +26,6 @@ public class RestconfImplTest {
         final RestconfImpl restconfImpl = new RestconfImpl(schemaContextHandler);
         final NormalizedNodeContext libraryVersion = restconfImpl.getLibraryVersion();
         final LeafNode<?> value = (LeafNode<?>) libraryVersion.getData();
-        assertEquals(IetfYangLibrary.REVISION.toString(), value.getValue());
+        assertEquals(IetfYangLibrary.REVISION.toString(), value.body());
     }
 }