diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2023-06-07 08:49:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-07 08:49:32 +0000 |
commit | c7e243ad790ae0bf3957a486a59d81374ba89075 (patch) | |
tree | f7e5e36de01e64d3398a6182781bbb17ddbf0316 /cps-ncmp-service/src/test/groovy | |
parent | 6da07ba45c3eaae70fcb124e598445cb9fa3a30a (diff) | |
parent | 9438a53cf6e15b0d49fa40cb85dc978dc9fb7f19 (diff) |
Merge "NCMP : forward bulk response messages to client topic"
Diffstat (limited to 'cps-ncmp-service/src/test/groovy')
-rw-r--r-- | cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/async/NcmpAsyncBatchEventConsumerSpec.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/async/NcmpAsyncBatchEventConsumerSpec.groovy b/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/async/NcmpAsyncBatchEventConsumerSpec.groovy index 65c43a011d..28464bb91c 100644 --- a/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/async/NcmpAsyncBatchEventConsumerSpec.groovy +++ b/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/async/NcmpAsyncBatchEventConsumerSpec.groovy @@ -55,7 +55,7 @@ class NcmpAsyncBatchEventConsumerSpec extends MessagingBaseSpec { JsonObjectMapper jsonObjectMapper @Autowired - RecordFilterStrategy<Object, Object> recordFilterStrategy + RecordFilterStrategy<String, BatchDataResponseEventV1> recordFilterStrategy def kafkaConsumer = new KafkaConsumer<>(consumerConfigProperties('test')) def static clientTopic = 'client-topic' |