Remove RIBImpl's use of DataBroker
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / AddPathNPathsTest.java
index 72ee0d0900aafd9d2339f0bd75c2eb34666471e4..72a62d080403ef7b370104db5bae1b82754c027e 100644 (file)
@@ -42,7 +42,7 @@ public class AddPathNPathsTest extends AbstractAddPathTest {
 
         this.ribImpl = new RIBImpl(this.tableRegistry, new RibId("test-rib"), AS_NUMBER, new BgpId(RIB_ID),
                 this.ribExtension,
-                this.serverDispatcher, this.codecsRegistry, getDomBroker(), getDataBroker(), this.policies,
+                this.serverDispatcher, this.codecsRegistry, getDomBroker(), this.policies,
                 TABLES_TYPE,  pathTables);
 
         this.ribImpl.instantiateServiceInstance();