fixed one test w/ burnettk

This commit is contained in:
jasquat 2023-04-21 16:48:12 -04:00
parent f346603763
commit 3b48f9e4eb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class TestProcessInstanceProcessor(BaseTest):
processor = ProcessInstanceProcessor(process_instance) processor = ProcessInstanceProcessor(process_instance)
# this task will be found within subprocesses # this task will be found within subprocesses
spiff_task = processor.__class__.get_task_by_bpmn_identifier("do_nothing", processor.bpmn_process_instance) spiff_task = processor.__class__.get_task_by_bpmn_identifier("level_3_script_task", processor.bpmn_process_instance)
assert spiff_task is not None assert spiff_task is not None
assert spiff_task.state == TaskState.COMPLETED assert spiff_task.state == TaskState.COMPLETED