Add service listener to notify Kafka
[transportpce.git] / nbinotifications / src / test / java / org / opendaylight / transportpce / nbinotifications / impl / NbiNotificationsProviderTest.java
index 178fc4243727a70df2401aa6d2be6b0be70f8614..2b917aab040360084fd2006133e0f0421b1b6414 100644 (file)
@@ -38,8 +38,8 @@ public class NbiNotificationsProviderTest  extends AbstractTest {
     @Test
     public void initTest() {
         NbiNotificationsProvider provider = new NbiNotificationsProvider(
-                Arrays.asList("topic1", "topic2"), "localhost:8080", "localhost:8080",
-                rpcProviderRegistry, notificationService,
+                Arrays.asList("topic1", "topic2"), Arrays.asList("topic1", "topic2"), "localhost:8080",
+                "localhost:8080", rpcProviderRegistry, notificationService,
                 getDataStoreContextUtil().getBindingDOMCodecServices());
         provider.init();
         verify(rpcProviderRegistry, times(1))