From 633fdc188fcad91a5baade4a6d8599036f7cbf09 Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 3 Oct 2022 12:22:43 -0400 Subject: [PATCH] clean up after new class based test --- .../unit/test_process_instance_processor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/spiffworkflow_backend/unit/test_process_instance_processor.py b/tests/spiffworkflow_backend/unit/test_process_instance_processor.py index db307421..009239f7 100644 --- a/tests/spiffworkflow_backend/unit/test_process_instance_processor.py +++ b/tests/spiffworkflow_backend/unit/test_process_instance_processor.py @@ -23,6 +23,7 @@ class TestProcessInstanceProcessor(BaseTest): assert result == 1 def test_script_engine_can_use_custom_scripts( + self, app: Flask, with_db_and_bpmn_file_cleanup: None, ) -> None: