mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-20 08:42:39 -07:00
test: update local-executor tests for relative path preference
This commit is contained in:
@@ -653,7 +653,7 @@ describe('LocalAgentExecutor', () => {
|
||||
expect(systemInstruction).toContain(
|
||||
'You are running in a non-interactive mode',
|
||||
);
|
||||
expect(systemInstruction).toContain('Always use absolute paths');
|
||||
expect(systemInstruction).toContain('Prefer relative paths');
|
||||
|
||||
const { modelConfigKey } = getMockMessageParams(0);
|
||||
expect(modelConfigKey.model).toBe(getModelConfigAlias(definition));
|
||||
|
||||
Reference in New Issue
Block a user