mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
Merge pull request #11315 from Kilo-Org/puzzled-abacus
fix(cli): restore permission override tests
This commit is contained in:
@@ -99,7 +99,7 @@ test("system utility agents ignore per-agent permission allows", async () => {
|
||||
},
|
||||
})
|
||||
|
||||
await WithInstance.provide({
|
||||
await provideTestInstance({
|
||||
directory: tmp.path,
|
||||
fn: async () => {
|
||||
const title = await load(tmp.path, (svc) => svc.get("title"))
|
||||
@@ -131,7 +131,7 @@ test("system utility agents deny tools after configured name override", async ()
|
||||
},
|
||||
})
|
||||
|
||||
await WithInstance.provide({
|
||||
await provideTestInstance({
|
||||
directory: tmp.path,
|
||||
fn: async () => {
|
||||
const title = await load(tmp.path, (svc) => svc.get("title"))
|
||||
|
||||
Reference in New Issue
Block a user