OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / statistics / services / dedicated / StatisticsGatheringOnTheFlyServiceTest.java
index 10f42edfa8e85a8447a3a3a981700c2486bd1c9c..ab50f4030cc73b5a082b71723f47a88bcc92f5c5 100644 (file)
@@ -40,7 +40,6 @@ public class StatisticsGatheringOnTheFlyServiceTest extends ServiceMocking {
                                                          convertorManager,
                                                          MultipartWriterProviderFactory
                                                                  .createDefaultProvider(mockedDeviceContext));
-        Mockito.doReturn(NODE_ID).when(mockedPrimConnectionContext).getNodeId();
         Mockito.when(mockedDeviceInfo.getNodeId()).thenReturn(NODE_ID);
         Mockito.when(mockedDeviceContext.getDeviceInfo().getNodeId()).thenReturn(NODE_ID);
     }