mirror of
https://github.com/openai/codex.git
synced 2026-05-28 15:00:16 +00:00
fix: initialize limited git writes in windows sandbox tests
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -252,6 +252,7 @@ mod tests {
|
||||
},
|
||||
access: FileSystemAccessMode::Write,
|
||||
}],
|
||||
allow_limited_git_writes: false,
|
||||
glob_scan_max_depth: None,
|
||||
},
|
||||
network: NetworkSandboxPolicy::Restricted,
|
||||
@@ -349,6 +350,7 @@ mod tests {
|
||||
},
|
||||
access: FileSystemAccessMode::Write,
|
||||
}],
|
||||
allow_limited_git_writes: false,
|
||||
glob_scan_max_depth: None,
|
||||
},
|
||||
network: NetworkSandboxPolicy::Restricted,
|
||||
|
||||
Reference in New Issue
Block a user