diff --git a/api/tests/test_containers_integration_tests/services/test_workflow_draft_variable_service.py b/api/tests/test_containers_integration_tests/services/test_workflow_draft_variable_service.py index d73fb7e4be..ee155021e3 100644 --- a/api/tests/test_containers_integration_tests/services/test_workflow_draft_variable_service.py +++ b/api/tests/test_containers_integration_tests/services/test_workflow_draft_variable_service.py @@ -108,6 +108,7 @@ class TestWorkflowDraftVariableService: created_by=app.created_by, environment_variables=[], conversation_variables=[], + rag_pipeline_variables=[], ) from extensions.ext_database import db