supports multiple Kafka clusters and DBs
[dcaegen2/services.git] / components / datalake-handler / feeder / src / test / java / org / onap / datalake / feeder / service / PullerTest.java
index 4a5553f..179926e 100644 (file)
@@ -45,7 +45,7 @@ import org.springframework.context.ApplicationContext;
 public class PullerTest {
 
        @InjectMocks
-       private Puller puller = new Puller();
+       private Puller puller = new Puller(null);
 
        @Mock
        private ApplicationContext context;