summaryrefslogtreecommitdiffstats
path: root/dmi-service/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'dmi-service/src/test/resources')
-rw-r--r--dmi-service/src/test/resources/cmNotificationSubscriptionCreationEvent.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/dmi-service/src/test/resources/cmNotificationSubscriptionCreationEvent.json b/dmi-service/src/test/resources/cmNotificationSubscriptionCreationEvent.json
index 3b780976..7f8adb39 100644
--- a/dmi-service/src/test/resources/cmNotificationSubscriptionCreationEvent.json
+++ b/dmi-service/src/test/resources/cmNotificationSubscriptionCreationEvent.json
@@ -1,22 +1,22 @@
{
"data": {
- "cmhandles": [
+ "cmHandles": [
{
"cmhandleId": "CMHandle1",
- "private-properties": {
+ "privateProperties": {
"prop1": "prop-value"
}
},
{
"cmhandleId": "CMHandle2",
- "private-properties": {
+ "privateProperties": {
"prop-x": "prop-valuex",
"prop-p": "prop-valuep"
}
},
{
"cmhandleId": "CMHandle3",
- "private-properties": {
+ "privateProperties": {
"prop-y": "prop-valuey"
}
}
@@ -30,7 +30,7 @@
],
"scopeFilter": {
"datastore": "ncmp-datastore:passthrough-running",
- "xpath-filter": [
+ "xpathFilter": [
"//_3gpp-nr-nrm-gnbdufunction:GNBDUFunction/_3gpp-nr-nrm-nrcelldu:NRCellDU/",
"//_3gpp-nr-nrm-gnbcuupfunction:GNBCUUPFunction//",
"//_3gpp-nr-nrm-gnbcucpfunction:GNBCUCPFunction/_3gpp-nr-nrm-nrcelldu:NRCellCU//",