diff options
author | talig <talig@amdocs.com> | 2018-08-05 10:47:36 +0300 |
---|---|---|
committer | talig <talig@amdocs.com> | 2018-08-05 10:47:36 +0300 |
commit | 02201e449b644790e99bbb230579d96cae4a53da (patch) | |
tree | 3e5973374ff5c6d2527e5ff9d1ae2249b033a581 /workflow-bdd/resources/json/createVersionWithInputsOutputs.json | |
parent | d7d290e97e8403e0feffaef20fa7de4fa0e84b91 (diff) |
Refactor and add test flows
Small fix in version state filter
Change-Id: I015cbc52b8620b92ebb4f8f0167711e39d9d30a8
Issue-ID: SDC-1503
Signed-off-by: talig <talig@amdocs.com>
Diffstat (limited to 'workflow-bdd/resources/json/createVersionWithInputsOutputs.json')
-rw-r--r-- | workflow-bdd/resources/json/createVersionWithInputsOutputs.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/workflow-bdd/resources/json/createVersionWithInputsOutputs.json b/workflow-bdd/resources/json/createVersionWithInputsOutputs.json deleted file mode 100644 index a9b6c3de..00000000 --- a/workflow-bdd/resources/json/createVersionWithInputsOutputs.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "description": "first version - with inputs and outputs", - "inputs": [ - { - "mandatory": true, - "name": "in1", - "type": "STRING" - } - ], - "outputs": [ - { - "mandatory": true, - "name": "out1", - "type": "TIMESTAMP" - } - ] -}
\ No newline at end of file |