commit | fa86bb96dd2d8aaba4bd7ecd0d881305eab174e3 | [log] [tgz] |
---|---|---|
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | Mon Jun 27 16:11:36 2022 +0100 |
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | Fri Jul 01 10:42:22 2022 +0100 |
tree | dc2bcc78356bad9c1575d25961109d8bf42f7c7d | |
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
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 409d56f..9a2e1ed 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