Fixing a bug in SpiffWorkflow (new version in poetry.lock)
fixing a test
This commit is contained in:
parent
de198940dd
commit
3a1a25eba9
|
@ -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