mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-24 15:18:27 +00:00
ensure we have something in the logs w/ burnettk
This commit is contained in:
parent
a56c3d851e
commit
d112a6489f
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user