From 775808b8dcd71f78f609e39a67f0c90580322885 Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Thu, 23 Jun 2022 08:22:52 -0400 Subject: [PATCH] stub for test_process_instance_run --- tests/spiffworkflow_backend/integration/test_process_api.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/spiffworkflow_backend/integration/test_process_api.py b/tests/spiffworkflow_backend/integration/test_process_api.py index b7daf174..17e16a62 100644 --- a/tests/spiffworkflow_backend/integration/test_process_api.py +++ b/tests/spiffworkflow_backend/integration/test_process_api.py @@ -551,6 +551,10 @@ def test_process_instance_create( assert response.json["data"]["person"] == "Kevin" +def test_process_instance_run(): + ... + + def test_process_instance_list_with_default_list( app: Flask, client: FlaskClient, with_bpmn_file_cleanup: None ) -> None: