Update MRI projects for Aluminium
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / RestconfStreamsSubscriptionServiceImplTest.java
index 2cf0be2556922352504ca0432fe91211e6680dde..f535851fd5e6dc65bb71a7baa0c4cdb33484391e 100644 (file)
@@ -113,7 +113,7 @@ public class RestconfStreamsSubscriptionServiceImplTest {
         when(uriInfo.getBaseUriBuilder()).thenReturn(baseUriBuilder);
         final URI uri = new URI("http://127.0.0.1/" + URI);
         when(uriInfo.getAbsolutePath()).thenReturn(uri);
-        this.schemaHandler.onGlobalContextUpdated(
+        this.schemaHandler.onModelContextUpdated(
                 YangParserTestUtils.parseYangFiles(TestRestconfUtils.loadFiles("/notifications")));
     }