Revert "Propagate user_prompt_id to GenerateConentRequest for logging" (#5007)

This commit is contained in:
N. Taylor Mullen
2025-07-27 19:28:20 -07:00
committed by GitHub
parent 9ed351260c
commit bd85070411
11 changed files with 102 additions and 245 deletions

View File

@@ -49,11 +49,8 @@ describe('setupUser', () => {
});
await setupUser({} as OAuth2Client);
expect(CodeAssistServer).toHaveBeenCalledWith(
{},
expect.any(Object),
'test-project',
{},
'',
undefined,
);
});
@@ -65,10 +62,7 @@ describe('setupUser', () => {
});
const projectId = await setupUser({} as OAuth2Client);
expect(CodeAssistServer).toHaveBeenCalledWith(
{},
undefined,
{},
'',
expect.any(Object),
undefined,
);
expect(projectId).toEqual({