diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2023-08-08 08:48:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-08-08 08:48:40 +0000 |
commit | 67b4b3964cb5077c334ea057e9138213e7ac989c (patch) | |
tree | c39082cfc573a11a89bdf88c8fe4b403dfff19e5 /cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json | |
parent | 0a3b420e82a28dd93199a04ae09ad686c5ab82eb (diff) | |
parent | 640e0ed06320d594e0ef18557f0051ead853712e (diff) |
Merge "Subscription Creation: Fixes for code review after demo"
Diffstat (limited to 'cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json')
-rw-r--r-- | cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json b/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json index e4539fb38a..803fa48bdf 100644 --- a/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json +++ b/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json @@ -15,7 +15,7 @@ "CMHandle2", "CMHandle3" ], - "datastore": "passthrough-running", + "datastore": "ncmp-datastore:passthrough-running", "datastore-xpath-filter": "//_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// | //_3gpp-nr-nrm-nrsectorcarrier:NRSectorCarrier//" } } |