summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2023-03-20 10:55:32 +0000
committermpriyank <priyank.maheshwari@est.tech>2023-03-20 11:06:15 +0000
commitec5d74d52b3f7b10a5002be5bb9a386927300cfd (patch)
treedbaa725f58ec99fa5fef7ecafb213ec3683ad512 /cps-ncmp-service/src/test/resources
parentf0fdc500ec1bfd3b8a477e9cc862dd014828669d (diff)
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 <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ncmp-service/src/test/resources')
-rw-r--r--cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json b/cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json
index d7d252b9a..bda2b4e63 100644
--- a/cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json
+++ b/cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json
@@ -2,7 +2,7 @@
"eventId": "4cb32729-85e3-44d1-aa6e-c923b9b059a5",
"eventCorrelationId": "68f15800-8ed4-4bae-9e53-27a9e03e1911",
"eventTime": "2022-12-12T14:29:23.876+0000",
- "eventTarget": "NCMP",
+ "eventSource": "NCMP",
"eventType": "org.onap.cps.ncmp.event.model.AvcEvent",
"eventSchema": "urn:cps:org.onap.cps.ncmp.event.model.AvcEvent",
"eventSchemaVersion": "v1",