From ec5d74d52b3f7b10a5002be5bb9a386927300cfd Mon Sep 17 00:00:00 2001 From: mpriyank Date: Mon, 20 Mar 2023 10:55:32 +0000 Subject: Avc Event prop rename - rename the eventTarget property as eventSource as per the schema in the spike - fixed the integration test and sample file Issue-ID: CPS-1554 Change-Id: Ieb8b749c6f64d69d87cacadae17a4589e9908cf2 Signed-off-by: mpriyank --- .../api/impl/notifications/avc/AvcEventProducerIntegrationSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-ncmp-service/src/test/groovy') diff --git a/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/notifications/avc/AvcEventProducerIntegrationSpec.groovy b/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/notifications/avc/AvcEventProducerIntegrationSpec.groovy index 0089f777d3..744737080b 100644 --- a/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/notifications/avc/AvcEventProducerIntegrationSpec.groovy +++ b/cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/notifications/avc/AvcEventProducerIntegrationSpec.groovy @@ -77,7 +77,7 @@ class AvcEventProducerIntegrationSpec extends MessagingBaseSpec { and: 'timestamps match' assert testEventSent.eventTime == convertedAvcEvent.getEventTime() and: 'target matches' - assert testEventSent.eventTarget == convertedAvcEvent.getEventTarget() + assert testEventSent.eventSource == convertedAvcEvent.getEventSource() } } \ No newline at end of file -- cgit 1.2.3-korg