diff --git a/apps/api/tests/test_action_parsing.py b/apps/api/tests/test_action_parsing.py index 21359360..a0c55b38 100644 --- a/apps/api/tests/test_action_parsing.py +++ b/apps/api/tests/test_action_parsing.py @@ -8,10 +8,10 @@ Phase 12.1: Tool Calling 優化 - 行動解析測試 """ import pytest + from src.api.v1.approvals import parse_operation_from_action from src.services.executor import OperationType - # ============================================================================= # 測試案例定義 # =============================================================================