diff options
author | Elena Kuleshov <evn@att.com> | 2019-05-09 12:27:30 -0400 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2019-05-15 13:33:23 +0000 |
commit | a385c0cc6a0ed25cc63fab1368fc686d79f06bca (patch) | |
tree | 0da20ab3f7bb79a783d1ada3003a1c5ed9775fe9 /mso-api-handlers/mso-api-handler-infra/src/test/resources/__files | |
parent | b6571203e371d28229ee1c0c6fda2bfcac59a5b5 (diff) |
Use workflow's name for invocation
Use workflow's name for invocation
Change-Id: Ie527788f029bdccc91f7f406df0a478e55375c01
Issue-ID: SO-1876
Signed-off-by: Kuleshov, Elena <evn@att.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/__files')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_Response.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_Response.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_Response.json index 6e358f7e17..d6ed585537 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_Response.json +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_Response.json @@ -1,4 +1,5 @@ { "artifactUUID": "71526781-e55c-4cb7-adb3-97e09d9c76be", - "artifactName": "testingWorkflow" + "artifactName": "testingWorkflow.bpmn", + "name": "testingWorkflow" }
\ No newline at end of file |