stub for test_process_instance_run

This commit is contained in:
mike cullerton 2022-06-23 08:22:52 -04:00
parent c107482bbc
commit 775808b8dc

View File

@ -551,6 +551,10 @@ def test_process_instance_create(
assert response.json["data"]["person"] == "Kevin" assert response.json["data"]["person"] == "Kevin"
def test_process_instance_run():
...
def test_process_instance_list_with_default_list( def test_process_instance_list_with_default_list(
app: Flask, client: FlaskClient, with_bpmn_file_cleanup: None app: Flask, client: FlaskClient, with_bpmn_file_cleanup: None
) -> None: ) -> None: