mirror of https://github.com/langgenius/dify.git
test(api): Fix testscontainer tests for WorkflowDraftVariableService
This commit is contained in:
parent
7fb1a903ae
commit
fda15ef018
|
|
@ -108,6 +108,7 @@ class TestWorkflowDraftVariableService:
|
|||
created_by=app.created_by,
|
||||
environment_variables=[],
|
||||
conversation_variables=[],
|
||||
rag_pipeline_variables=[],
|
||||
)
|
||||
from extensions.ext_database import db
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue