ensure we have something in the logs w/ burnettk

This commit is contained in:
jasquat 2023-01-19 15:16:59 -05:00
parent 5ef4ea7b62
commit d54897828d
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ class TestProcessInstanceService(BaseTest):
).all() ).all()
initial_length = len(process_instance_logs) initial_length = len(process_instance_logs)
# ensure we have something in the logs
assert initial_length > 0
# logs should NOT increase after running this a second time since it's just waiting on a human task # logs should NOT increase after running this a second time since it's just waiting on a human task
processor.do_engine_steps(save=True) processor.do_engine_steps(save=True)
process_instance_logs = SpiffLoggingModel.query.filter_by( process_instance_logs = SpiffLoggingModel.query.filter_by(