summaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authorniamhcore <niamh.core@est.tech>2021-08-20 11:24:06 +0100
committerniamhcore <niamh.core@est.tech>2021-08-25 11:25:31 +0100
commit79e41e0794035ea8dd3ae3064f8d368b5345df95 (patch)
tree8d16f71d154195caee224407ff50cd6792610e20 /src/test/resources
parenteb26379d71b67c9e76f366665549c92d6f05b1eb (diff)
Write data for cm handle passthrough:running
Issue-ID: CPS-574 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I15e2ad500d2bbf7a1d408b8a852287e55bddbecb
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/WriteDataForCmHandle.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/resources/WriteDataForCmHandle.json b/src/test/resources/WriteDataForCmHandle.json
new file mode 100644
index 00000000..8eb19599
--- /dev/null
+++ b/src/test/resources/WriteDataForCmHandle.json
@@ -0,0 +1,10 @@
+{
+ "operation": "create",
+ "dataType": "application/json",
+ "data": {
+ "some-data": "some-value"
+ },
+ "cmHandleProperties": {
+ "some-property": "some-property-value"
+ }
+} \ No newline at end of file