forked from bai/curriculum-project-hub
fix: keep agent sandbox sockets on short paths
This commit is contained in:
@@ -108,7 +108,7 @@ describe("runAgent", () => {
|
||||
failIfUnavailable: true,
|
||||
allowUnsandboxedCommands: false,
|
||||
filesystem: expect.objectContaining({
|
||||
allowWrite: [workspace],
|
||||
allowWrite: expect.arrayContaining([workspace]),
|
||||
denyRead: ["/"],
|
||||
allowRead: expect.arrayContaining([workspace]),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user