fix(core): propagate User-Agent header to setup-phase CodeAssist API calls (#19182)

This commit is contained in:
Gaurav
2026-02-15 19:20:22 -08:00
committed by GitHub
parent 6eec9f3350
commit 8979fc5f6a
4 changed files with 31 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ describe('codeAssist', () => {
expect(setupUser).toHaveBeenCalledWith(
mockAuthClient,
mockValidationHandler,
httpOptions,
);
expect(MockedCodeAssistServer).toHaveBeenCalledWith(
mockAuthClient,
@@ -93,6 +94,7 @@ describe('codeAssist', () => {
expect(setupUser).toHaveBeenCalledWith(
mockAuthClient,
mockValidationHandler,
httpOptions,
);
expect(MockedCodeAssistServer).toHaveBeenCalledWith(
mockAuthClient,