From 546be61a361f81d6c2cded4448404390a59075f6 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Tue, 23 Jul 2019 17:33:56 -0400 Subject: Fix for python executor unit test case failure. Change-Id: I193e2a092ff8cefe48419031096e1336e5c84fc1 Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh --- .../test/resources/payload/requests/sample-remote-python-request.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms/blueprintsprocessor/functions/python-executor/src/test/resources/payload/requests/sample-remote-python-request.json') 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" } } -- cgit 1.2.3-korg