diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-07-01 15:40:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-07-01 15:40:56 +0000 |
commit | d925a54f81d014ef279288469b6e64032c031929 (patch) | |
tree | a164f242280c3fd9fd4ba03df7c8db92e4bfff3d /cps-ncmp-rest-stub/src/main/resources | |
parent | 7914c8924723092345e8b4d829f15d2a3a5c72c8 (diff) | |
parent | fa86bb96dd2d8aaba4bd7ecd0d881305eab174e3 (diff) |
Merge "cps-ncmp-rest-stub can not be compiled and executed"
Diffstat (limited to 'cps-ncmp-rest-stub/src/main/resources')
-rw-r--r-- | cps-ncmp-rest-stub/src/main/resources/stubs/cmHandlesSearch.json | 10 |
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 |