From c9f83b834eeb23de88bd393e71342b495a06715c Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Sat, 16 May 2026 14:01:53 +0200 Subject: [PATCH] Return agentSignals and debateRounds in mocked /api/analyze response to match component expectations --- app/routes/__tests__/analyze.ticker.ui.test.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/routes/__tests__/analyze.ticker.ui.test.tsx b/app/routes/__tests__/analyze.ticker.ui.test.tsx index 064b2ed..f127a95 100644 --- a/app/routes/__tests__/analyze.ticker.ui.test.tsx +++ b/app/routes/__tests__/analyze.ticker.ui.test.tsx @@ -39,6 +39,8 @@ describe("StockDetail UI - executionPlan", () => { action: "sell", confidence: 0.9, reasoning: "Exit position", + agentSignals: [], + debateRounds: [], executionPlan: { amount: 25, riskManagement: { maxLossPercent: 2 }, takeProfit: 150 } }) }); }