BGPCEP-685: Rework deployers
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / AddPathNPathsTest.java
index 81dce3b1064e26ec2d5fd9ddeab1c990258dc69a..a22d9de6dd6da0886b2315829351740f1d06475b 100644 (file)
@@ -44,7 +44,7 @@ public class AddPathNPathsTest extends AbstractAddPathTest {
         this.ribImpl = new RIBImpl(this.clusterSingletonServiceProvider, new RibId("test-rib"),
             AS_NUMBER, new BgpId(RIB_ID), null, this.ribExtension, this.serverDispatcher,
             this.mappingService.getCodecFactory(), getDomBroker(), TABLES_TYPE, pathTables,
-            this.ribExtension.getClassLoadingStrategy(), null);
+            this.ribExtension.getClassLoadingStrategy());
 
         this.ribImpl.instantiateServiceInstance();
         this.ribImpl.onGlobalContextUpdated(this.schemaContext);