fix(tests): align agent-config test with task_system default revert

This commit is contained in:
YeonGyu-Kim
2026-04-01 18:26:12 -07:00
parent 7a13807cbb
commit 5bd0b5fa08
@@ -290,7 +290,7 @@ describe("applyAgentConfig builtin override protection", () => {
})
// then
expect(createSisyphusJuniorAgentSpy).toHaveBeenCalledWith(undefined, "openai/gpt-5.4", true)
expect(createSisyphusJuniorAgentSpy).toHaveBeenCalledWith(undefined, "openai/gpt-5.4", false)
})
test("includes project and global .agents skills in builtin agent awareness", async () => {