mirror of
https://github.com/openai/codex.git
synced 2026-05-23 12:34:25 +00:00
Merge 4be47409e4 into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -3644,7 +3644,8 @@ async fn session_configuration_apply_permission_profile_preserves_existing_deny_
|
||||
})
|
||||
.expect("permission profile update should succeed");
|
||||
|
||||
let mut expected_file_system_policy = requested_file_system_policy;
|
||||
let mut expected_file_system_policy = requested_file_system_policy
|
||||
.materialize_project_roots_with_workspace_roots(&session_configuration.workspace_roots);
|
||||
expected_file_system_policy.glob_scan_max_depth = Some(2);
|
||||
expected_file_system_policy.entries.push(deny_entry);
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user