test(core): update turn test expectation for error report context

This commit is contained in:
Sehoon Shon
2026-03-31 13:55:11 -04:00
parent 3658d0ebc7
commit 4b72b7f846
+1 -1
View File
@@ -274,7 +274,7 @@ describe('Turn', () => {
expect(reportError).toHaveBeenCalledWith(
error,
'Error when talking to Gemini API',
[...historyContent, { role: 'user', parts: reqParts }],
[...historyContent],
'Turn.run-sendMessageStream',
);
});