mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 13:15:00 +00:00
ensure we have something in the logs w/ burnettk
This commit is contained in:
parent
5ef4ea7b62
commit
d54897828d
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user