summaryrefslogtreecommitdiffstats
path: root/src/test/resources/dataWithSpecialChar.json
diff options
context:
space:
mode:
authorDylanB95EST <dylan.byrne@est.tech>2021-11-09 13:54:35 +0000
committerDylanB95EST <dylan.byrne@est.tech>2021-11-12 15:24:27 +0000
commit5fe0daebb1360bd5d4c525125cdb0d6250583ff4 (patch)
tree3c0e08b48627b9c7c4c20c0291c6290673f061fb /src/test/resources/dataWithSpecialChar.json
parent306cadd63b69274afbb3073d35a15381a12d6389 (diff)
Support Update and Delete operations for DS Passtrough-Running in DMI Plugin
-Add Update operation for Passthrough Running -Use POST operatiosn for all methods as agrred -refactor to simplify and beter reuse of common methods -add delete operation for passthrough running Issue-ID: CPS-637 Issue-ID: CPS-638 Change-Id: I441181f977dee2bc0be944662465d868595ea452 Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'src/test/resources/dataWithSpecialChar.json')
-rw-r--r--src/test/resources/dataWithSpecialChar.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/resources/dataWithSpecialChar.json b/src/test/resources/dataWithSpecialChar.json
deleted file mode 100644
index 1e7622ee..00000000
--- a/src/test/resources/dataWithSpecialChar.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "operation": "create",
- "dataType": "application/json",
- "data": "data with quote \" and new line \n",
- "cmHandleProperties": {
- "some-property": "some-property-value"
- }
-} \ No newline at end of file