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:
sayan-oai
2026-09-18 22:25:34 +00:00
committed by copyberry
parent e416eadf7f
commit c2a924fc4a

View File

@@ -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,