BGPCEP-754: Rework EffectiveRibInWriter
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / config / BgpDeployerImplTest.java
index 5acfc5ae3a2f2b3779bd38d7cc9f88ce729fe0a4..a58cea3473d51e1f34f3fc80aeaf9178c52acd89 100644 (file)
@@ -122,7 +122,7 @@ public class BgpDeployerImplTest extends DefaultRibPoliciesMockTest {
         doReturn(this.dataTreeRegistration).when(schemaService).registerSchemaContextListener(any());
 
         final RibImpl ribImpl = new RibImpl(extension, mock(BGPDispatcher.class), this.policyProvider,
-                mock(BindingCodecTreeFactory.class), getDomBroker(), schemaService, this.mappingService);
+                mock(BindingCodecTreeFactory.class), getDomBroker(), getDataBroker(), schemaService);
         doReturn(ribImpl).when(this.blueprintContainer).getComponentInstance(eq("ribImpl"));
 
         doReturn(new BgpPeer(mock(RpcProviderRegistry.class)))