summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-07-01 15:40:56 +0000
committerGerrit Code Review <gerrit@onap.org>2022-07-01 15:40:56 +0000
commitd925a54f81d014ef279288469b6e64032c031929 (patch)
treea164f242280c3fd9fd4ba03df7c8db92e4bfff3d /cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json
parent7914c8924723092345e8b4d829f15d2a3a5c72c8 (diff)
parentfa86bb96dd2d8aaba4bd7ecd0d881305eab174e3 (diff)
Merge "cps-ncmp-rest-stub can not be compiled and executed"
Diffstat (limited to 'cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json')
-rw-r--r--cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json b/cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json
index 409d56fa44..9a2e1ed5d1 100644
--- a/cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json
+++ b/cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json
@@ -1,10 +1,8 @@
-{
- "cmHandles": [
+[
{
- "cmHandleId": "stub-cm-handle-id"
+ "cmHandle": "stub-cm-handle-id"
},
{
- "cmHandleId": "stub-cm-handle-id2"
+ "cmHandle": "stub-cm-handle-id2"
}
- ]
-} \ No newline at end of file
+ ] \ No newline at end of file