fix(desktop): add respondToApproval to clarify tool-part test mock

@assistant-ui/react 0.14 makes respondToApproval required on
ToolCallMessagePartProps; the settledClarifyProps helper still lacked it
after the upgrade cherry-picks, so tsc failed on clarify-tool.test.tsx.
This commit is contained in:
Brooklyn Nicholson 2026-07-13 16:48:43 -04:00
parent abd7458e77
commit 6fc24651f7

View file

@ -29,6 +29,7 @@ function settledClarifyProps(
args,
argsText: JSON.stringify(args),
isError: false,
respondToApproval: vi.fn(),
result,
resume: vi.fn(),
status: { type: 'complete' },