fix(core): remove noAutoEnd from loggingContentGenerator tests

This commit is contained in:
Spencer
2026-03-23 16:20:15 +00:00
parent b438621855
commit 8740007d90
@@ -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,