Skip to content

Commit 03b314d

Browse files
gkazimiarovichalhumaw
authored andcommitted
test: add unit test for WorkflowDefinitionsDelete
1 parent 7ac2c4c commit 03b314d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_workflows.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def run_all_tests(self):
4949
"WorkflowUpdateHumanInputV1": falcon.update_human_input(input="whatever", note="whatever"),
5050
"WorkflowActivitiesContentCombined": falcon.search_activities_content(limit=1),
5151
"WorkflowExecuteSingleNodeV1": falcon.execute_single_activity_node(definition = {"Definition": {}}, definition_id="12345678", execution_cid="12345678", depth=1),
52-
"QueryChildExecutions": falcon.query_child_executions(filter="status:'running'", limit=10, offset=0)
52+
"QueryChildExecutions": falcon.query_child_executions(filter="status:'running'", limit=10, offset=0),
53+
"WorkflowDefinitionsDelete": falcon.delete_definitions(ids="12345678")
5354
}
5455
for key in tests:
5556
if tests[key]["status_code"] not in AllowedResponses:

0 commit comments

Comments
 (0)