OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / lifecycle / ContextChainImplTest.java
index 9cf6628c4df723582bb0516fe6e020919b8fe323..690717634b9fa3d13d4d7815222ca9e51a391158 100644 (file)
@@ -63,7 +63,6 @@ public class ContextChainImplTest {
         Mockito.when(rpcContext.closeServiceInstance()).thenReturn(Futures.immediateFuture(null));
         Mockito.when(statisticsContext.closeServiceInstance()).thenReturn(Futures.immediateFuture(null));
         Mockito.when(connectionContext.getDeviceInfo()).thenReturn(deviceInfo);
-        Mockito.when(connectionContext.getConnectionState()).thenReturn(ConnectionContext.CONNECTION_STATE.WORKING);
         Mockito.when(clusterSingletonServiceProvider.registerClusterSingletonService(Mockito.any()))
                 .thenReturn(clusterSingletonServiceRegistration);