Fixing a bug in SpiffWorkflow (new version in poetry.lock)

fixing a test
This commit is contained in:
Dan 2022-11-15 14:55:00 -05:00
parent 9755356279
commit 739afe72b7
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ class TestSpecFileService(BaseTest):
process_id_lookup = SpecReferenceCache(
identifier=bpmn_process_identifier,
relative_path=self.call_activity_nested_relative_file_path,
type='process'
)
db.session.add(process_id_lookup)
db.session.commit()