Fixing a bug in SpiffWorkflow (new version in poetry.lock)
fixing a test
This commit is contained in:
parent
9755356279
commit
739afe72b7
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue