test: update local-executor tests for relative path preference

This commit is contained in:
Aishanee Shah
2026-02-26 20:42:26 +00:00
parent 358ca8092a
commit a8d4d944e8
@@ -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));