diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2019-07-23 17:33:56 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2019-07-23 17:33:56 -0400 |
commit | 546be61a361f81d6c2cded4448404390a59075f6 (patch) | |
tree | 155795a219830655f3066ee5376e5b16887784dd /ms/blueprintsprocessor/functions/python-executor/src/test/resources | |
parent | 9c0f6c2b556c9d39766636544827189d75b6af50 (diff) |
Fix for python executor unit test case failure.
Change-Id: I193e2a092ff8cefe48419031096e1336e5c84fc1
Issue-ID: CCSDK-1046
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/blueprintsprocessor/functions/python-executor/src/test/resources')
-rw-r--r-- | ms/blueprintsprocessor/functions/python-executor/src/test/resources/payload/requests/sample-remote-python-request.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/functions/python-executor/src/test/resources/payload/requests/sample-remote-python-request.json b/ms/blueprintsprocessor/functions/python-executor/src/test/resources/payload/requests/sample-remote-python-request.json index 68a366432..7fe12bdf0 100644 --- a/ms/blueprintsprocessor/functions/python-executor/src/test/resources/payload/requests/sample-remote-python-request.json +++ b/ms/blueprintsprocessor/functions/python-executor/src/test/resources/payload/requests/sample-remote-python-request.json @@ -16,7 +16,7 @@ "timestamp": "2012-04-23T18:25:43.511Z" }, "payload": { - "execute-remote-python": { + "execute-remote-python-request": { "input": "1234" } } |