summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/remote-python/success/expected-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-regression-test/test/test/remote-python/success/expected-response.json')
-rw-r--r--cds-regression-test/test/test/remote-python/success/expected-response.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/cds-regression-test/test/test/remote-python/success/expected-response.json b/cds-regression-test/test/test/remote-python/success/expected-response.json
deleted file mode 100644
index 8b0149f..0000000
--- a/cds-regression-test/test/test/remote-python/success/expected-response.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "correlationUUID": "9acac95d-9b17-4224-9fe1-0cdb652d027c",
- "commonHeader": {
- "timestamp": "2020-07-02T22:52:50.662Z",
- "originatorId": "System",
- "requestId": "remote-python-request",
- "subRequestId": "1",
- "flags": null
- },
- "actionIdentifiers": {
- "blueprintName": "RT-remote-python",
- "blueprintVersion": "1.0.0",
- "actionName": "remote-python",
- "mode": "sync"
- },
- "status": {
- "code": 200,
- "eventType": "EVENT_COMPONENT_EXECUTED",
- "timestamp": "2020-07-02T22:53:05.357Z",
- "errorMessage": null,
- "message": "success"
- },
- "payload": {
- "remote-python-response": {
- "execute-command-payload": {
- "abc": [
- "xyz",
- "qqq"
- ]
- },
- "execute-command-logs": [
- "remote executor regression"
- ]
- }
- }
-}