mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
Revert "Propagate user_prompt_id to GenerateConentRequest for logging" (#5007)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user