mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
Fix stale environment config in the network approval test (#46560)
Remove the obsolete `windows_sandbox_private_desktop` field from the `EnvironmentConfig` initializer in the active-turn environment fallback test so it matches the current struct definition. GitOrigin-RevId: 4441dc8ed3d4bfcd4c1de093e829c065d323f41a
This commit is contained in:
@@ -1697,10 +1697,6 @@ async fn unattributed_network_request_uses_active_turn_environment_fallback(
|
||||
.clone(),
|
||||
windows_sandbox_level: WindowsSandboxLevel::from_config(&test.config),
|
||||
windows_sandbox_type: test.config.permissions.windows_sandbox_type,
|
||||
windows_sandbox_private_desktop: test
|
||||
.config
|
||||
.permissions
|
||||
.windows_sandbox_private_desktop,
|
||||
use_legacy_landlock: test.config.features.use_legacy_landlock(),
|
||||
exec_policy: None,
|
||||
mcp_policy: None,
|
||||
|
||||
Reference in New Issue
Block a user