mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 07:30:52 -07:00
fix(a2a-server): fix undefined mockSettings in loadConfig test
This commit is contained in:
@@ -115,7 +115,7 @@ describe('loadConfig', () => {
|
||||
});
|
||||
|
||||
it('should pass clientName as a2a-server to Config', async () => {
|
||||
await loadConfig(mockSettings, mockExtensionLoader, taskId);
|
||||
await loadConfig(mockLoadedSettings, mockExtensionLoader, taskId);
|
||||
expect(Config).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
clientName: 'a2a-server',
|
||||
|
||||
Reference in New Issue
Block a user