diff options
author | Elena Kuleshov <evn@att.com> | 2019-04-08 01:17:53 -0400 |
---|---|---|
committer | Elena Kuleshov <evn@att.com> | 2019-04-08 10:04:51 -0400 |
commit | eeaa95784e2bed48c82f8a5d2c8ed34cc57a37fd (patch) | |
tree | 634cc459e6fb8946b7c30170f3e9458b6bd71627 /mso-api-handlers/mso-api-handler-infra/src/test/resources/__files | |
parent | 2c8c818a1815758e14e88fe74b782c3e8be8ac4b (diff) |
Workflow Recipe Lookup
Workflow Recipe Lookup and related Catalog Beans
Change-Id: Ib1c3493106658d139861d2620dfb9cb382115744
Issue-ID: SO-1728
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 | 4 |
1 files changed, 4 insertions, 0 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 new file mode 100644 index 0000000000..6e358f7e17 --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_Response.json @@ -0,0 +1,4 @@ +{ + "artifactUUID": "71526781-e55c-4cb7-adb3-97e09d9c76be", + "artifactName": "testingWorkflow" +}
\ No newline at end of file |