ensure we have something in the logs w/ burnettk

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

View File

@ -35,6 +35,9 @@ class TestProcessInstanceService(BaseTest):
).all()
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
processor.do_engine_steps(save=True)
process_instance_logs = SpiffLoggingModel.query.filter_by(