Skip to content

Commit 54d4162

Browse files
RemakingEdenjackschofield23
authored andcommitted
Added test for POST
Signed-off-by: RemakingEden <[email protected]> Signed-off-by: Jack Schofield <[email protected]>
1 parent 8e407d2 commit 54d4162

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Features/WorkflowApi.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,11 @@ Scenario Outline: Add workflow with invalid details
160160
| Invalid_Workflow_TaskID_Content | Contains Invalid Characters. |
161161
| Invalid_Workflow_Unreferenced_Task | Found Task(s) without any task destinations to it |
162162
| Invalid_Workflow_Loopback_Task | Detected task convergence on path |
163-
| Invalid_Workflow_0_Tasks | Missing Workflow Tasks |
163+
| Invalid_Workflow_0_Tasks | Missing Workflow Tasks |
164164
| Invalid_Workflow_Version_Null | Missing Workflow Version |
165165
| Invalid_Workflow_Version_Blank | Missing Workflow Version |
166+
| Invalid_Workflow_Body_Object | 'informaticsGateway' cannot be null |
167+
| Empty_Workflow_Body | '' is not a valid Workflow Description |
166168

167169
@DeleteWorkflows
168170
Scenario: Delete a workflow with one revision

0 commit comments

Comments
 (0)