Refactor NormalizedNodePayload
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / RestconfInvokeOperationsServiceImplTest.java
index 6ab73b33d40904aa2363d4189ef787aa3c395b57..63a56a10c8e963b295bf7577d87d74032167371c 100644 (file)
@@ -106,7 +106,7 @@ public class RestconfInvokeOperationsServiceImplTest {
             """.getBytes(StandardCharsets.UTF_8)), mock(UriInfo.class), ar);
         verify(ar).resume(response.capture());
 
-        assertSame(result, response.getValue().getData());
+        assertSame(result, response.getValue().data());
     }
 
     @Test