Bug 7449: Introduce ClientActorConfig in cds-access-client
[controller.git] / opendaylight / md-sal / cds-access-client / src / test / java / org / opendaylight / controller / cluster / access / client / ClientActorContextTest.java
index 3ecc68bdb45b3f30314573893a4a622c3fc2561b..afb76591b2be24530a62a12a9217f5b1f72af31b 100644 (file)
@@ -46,7 +46,7 @@ public class ClientActorContextTest {
         system = ActorSystem.apply();
         probe = new TestProbe(system);
         ctx = new ClientActorContext(probe.ref(), system.scheduler(), system.dispatcher(),
-                PERSISTENCE_ID, CLIENT_ID);
+                PERSISTENCE_ID, CLIENT_ID, AccessClientUtil.newMockClientActorConfig());
     }
 
     @Test