From 2d0a9ea4df089d2267a311f180decdac5a2c39d0 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:41:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../core/workflow/nodes/agent/test_clarification_helper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/tests/unit_tests/core/workflow/nodes/agent/test_clarification_helper.py b/api/tests/unit_tests/core/workflow/nodes/agent/test_clarification_helper.py index 9c5a44adf9..00f29935f0 100644 --- a/api/tests/unit_tests/core/workflow/nodes/agent/test_clarification_helper.py +++ b/api/tests/unit_tests/core/workflow/nodes/agent/test_clarification_helper.py @@ -79,4 +79,3 @@ class TestClarificationHelper: enable_human_clarification=False, ) assert node_data_disabled.enable_human_clarification is False -