aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/groovy/org/onap
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2023-06-07 08:49:32 +0000
committerGerrit Code Review <gerrit@onap.org>2023-06-07 08:49:32 +0000
commitc7e243ad790ae0bf3957a486a59d81374ba89075 (patch)
treef7e5e36de01e64d3398a6182781bbb17ddbf0316 /cps-ncmp-service/src/test/groovy/org/onap
parent6da07ba45c3eaae70fcb124e598445cb9fa3a30a (diff)
parent9438a53cf6e15b0d49fa40cb85dc978dc9fb7f19 (diff)
Merge "NCMP : forward bulk response messages to client topic"
Diffstat (limited to 'cps-ncmp-service/src/test/groovy/org/onap')
-rw-r--r--cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/async/NcmpAsyncBatchEventConsumerSpec.groovy2
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 65c43a011..28464bb91 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'