Merge "Migrate CPS to Spring-boot 3.0"
[cps.git] / cps-ncmp-service / src / test / groovy / org / onap / cps / ncmp / api / kafka / ConsumerBaseSpec.groovy
index 940c59d..28f8b02 100644 (file)
@@ -25,7 +25,7 @@ import org.springframework.boot.test.context.SpringBootTest
 import org.springframework.kafka.config.KafkaListenerEndpointRegistry
 import org.springframework.kafka.test.utils.ContainerTestUtils
 
-@SpringBootTest
+@SpringBootTest(classes = KafkaListenerEndpointRegistry.class)
 class ConsumerBaseSpec extends MessagingBaseSpec {
 
     @Autowired