summaryrefslogtreecommitdiffstats
path: root/src/test/resources/WriteDataForCmHandle.json
diff options
context:
space:
mode:
authortragait <rahul.tyagi@est.tech>2021-09-02 12:32:35 +0100
committertragait <rahul.tyagi@est.tech>2021-09-03 16:04:36 +0100
commitb53a57901dd73270a4389109b0df8ca5c02a9e22 (patch)
tree81b97e1a62c718bb0a8dc1337beba430344be43c /src/test/resources/WriteDataForCmHandle.json
parentf5de1ae2fe4b092d76c39a995d187cc509722c12 (diff)
fix data type as string for dmi request body
Issue-ID: CPS-634 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Ib3d9d7cab12c77332d799b89e73e5a9b934a4473
Diffstat (limited to 'src/test/resources/WriteDataForCmHandle.json')
-rw-r--r--src/test/resources/WriteDataForCmHandle.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/resources/WriteDataForCmHandle.json b/src/test/resources/WriteDataForCmHandle.json
index 8eb19599..178421fc 100644
--- a/src/test/resources/WriteDataForCmHandle.json
+++ b/src/test/resources/WriteDataForCmHandle.json
@@ -1,9 +1,7 @@
{
"operation": "create",
"dataType": "application/json",
- "data": {
- "some-data": "some-value"
- },
+ "data": "{ some data }",
"cmHandleProperties": {
"some-property": "some-property-value"
}