diff options
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 |