summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/py-executor/success/expected-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-regression-test/test/test/py-executor/success/expected-response.json')
-rw-r--r--cds-regression-test/test/test/py-executor/success/expected-response.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/cds-regression-test/test/test/py-executor/success/expected-response.json b/cds-regression-test/test/test/py-executor/success/expected-response.json
deleted file mode 100644
index 1318508..0000000
--- a/cds-regression-test/test/test/py-executor/success/expected-response.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "commonHeader": {
- "timestamp": "2020-05-26T13:47:27.143Z",
- "originatorId": "System",
- "requestId": "123456",
- "subRequestId": "1234-12234",
- "flags": null
- },
- "actionIdentifiers": {
- "blueprintName": "RT-py-executor",
- "blueprintVersion": "1.0.0",
- "actionName": "remote-python",
- "mode": "sync"
- },
- "status": {
- "code": 200,
- "eventType": "EVENT_COMPONENT_EXECUTED",
- "timestamp": "2020-05-26T13:47:27.193Z",
- "errorMessage": null,
- "message": "success"
- },
- "payload": {
- "remote-python-response": {
- "status": "success",
- "response-data": {
- "HelloWorld-request": {
- "hello": "world"
- }
- }
- }
- }
-}