diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2024-11-07 09:59:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-11-07 09:59:25 +0000 |
commit | 76b4ff600dfefd2bea79a43431e36698e86c4a5a (patch) | |
tree | 02908e8dd5986b47902b3ce4daf69db5e0065402 /integration-test | |
parent | b718a200ee1da4b65ce87ea2a004317a363fdcb3 (diff) | |
parent | 2dd658268202f92e0b5621093747f13670e5d042 (diff) |
Merge "Cm Avc Event to have same key"
Diffstat (limited to 'integration-test')
-rw-r--r-- | integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy index 00ce38fa2d..ffcba025e8 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy @@ -242,7 +242,7 @@ class CmHandleCreateSpec extends CpsIntegrationSpecBase { if (retryAttempts == 0) break } - consumerRecords + return consumerRecords } } |