diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-06-27 16:11:36 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-07-01 10:42:22 +0100 |
commit | fa86bb96dd2d8aaba4bd7ecd0d881305eab174e3 (patch) | |
tree | dc2bcc78356bad9c1575d25961109d8bf42f7c7d /cps-ncmp-rest-stub/src/main/resources | |
parent | 89c2f729954a4c93bebcd3b7495df8d191ba00b9 (diff) |
cps-ncmp-rest-stub can not be compiled and executed
Issue-ID: CPS-1094
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I2cd010e0bbe140198db22cf1f62cc8b0b9c80729
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 |