Bug 6935 - RPC in latest draft doesn't work - problem of parsing
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / restconf / restful / services / impl / RestconfStreamsSubscriptionServiceImplTest.java
index 2a5ba718d4d997c261e55aacf221436c0ff0f06e..157fafc9995fd3dd9e03ba8bcbef79407a105547 100644 (file)
@@ -73,7 +73,7 @@ public class RestconfStreamsSubscriptionServiceImplTest {
     }
 
     @Test
-    public void testSubscribueToStream() {
+    public void testSubscribeToStream() {
         final UriBuilder uriBuilder = UriBuilder.fromUri(uri);
         doReturn(uriBuilder).when(this.uriInfo).getAbsolutePathBuilder();
         final RestconfStreamsSubscriptionServiceImpl streamsSubscriptionService =