From fda15ef018112453e1746abad2443cef7ff1fb10 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Thu, 18 Sep 2025 02:58:07 +0800 Subject: [PATCH] test(api): Fix testscontainer tests for WorkflowDraftVariableService --- .../services/test_workflow_draft_variable_service.py | 1 + 1 file changed, 1 insertion(+) 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