mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-22 09:42:39 -07:00
test(core): update turn test expectation for error report context
This commit is contained in:
@@ -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',
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user