Skip to content

Commit 8ddfba8

Browse files
starr-openaicodex
andcommitted
test: fix sandbox manager argument comment
Co-authored-by: Codex <noreply@openai.com>
1 parent 61500ee commit 8ddfba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/core/src/exec_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ fn process_exec_tool_call_uses_platform_sandbox_for_network_only_restrictions()
693693
NetworkSandboxPolicy::Restricted,
694694
codex_sandboxing::SandboxablePreference::Auto,
695695
codex_protocol::config_types::WindowsSandboxLevel::Disabled,
696-
/*enforce_managed_network*/ false,
696+
/*has_managed_network_requirements*/ false,
697697
),
698698
expected
699699
);

0 commit comments

Comments
 (0)