Bug 5679 - implement ietf-restconf-monitoring - cleanup
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / restconf / restful / services / impl / RestconfStreamsSubscriptionServiceImplTest.java
index 619cab5013538f09ec4588af57e0425f63528db7..7a8fcd327f59342bc72b578e266695954862de1d 100644 (file)
@@ -104,7 +104,6 @@ public class RestconfStreamsSubscriptionServiceImplTest {
     public static void setUpBeforeTest() throws Exception {
         final Map<String, ListenerAdapter> listenersByStreamNameSetter = new HashMap<>();
         final ListenerAdapter adapter = mock(ListenerAdapter.class);
-        doReturn(false).when(adapter).isListening();
         listenersByStreamNameSetter.put(
                 "data-change-event-subscription/toaster:toaster/toasterStatus/datastore=OPERATIONAL/scope=ONE",
                 adapter);