mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 23:02:51 -07:00
fix(core): remove noAutoEnd from loggingContentGenerator tests
This commit is contained in:
@@ -407,7 +407,6 @@ describe('LoggingContentGenerator', () => {
|
||||
expect(runInDevTraceSpan).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
operation: GeminiCliOperation.LLMCall,
|
||||
noAutoEnd: true,
|
||||
attributes: expect.objectContaining({
|
||||
[GEN_AI_REQUEST_MODEL]: 'gemini-pro',
|
||||
[GEN_AI_PROMPT_NAME]: userPromptId,
|
||||
|
||||
Reference in New Issue
Block a user