From 712f95636035dd7792fed3296caf2d7a2801a4e8 Mon Sep 17 00:00:00 2001 From: Winston Howes Date: Fri, 15 May 2026 05:50:08 -0700 Subject: [PATCH] Fix credential route lint comment --- codex-rs/core/src/config/network_proxy_spec_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/config/network_proxy_spec_tests.rs b/codex-rs/core/src/config/network_proxy_spec_tests.rs index 1d6dedc7ec..3d064d685d 100644 --- a/codex-rs/core/src/config/network_proxy_spec_tests.rs +++ b/codex-rs/core/src/config/network_proxy_spec_tests.rs @@ -86,7 +86,7 @@ fn requirements_allowed_domains_are_a_baseline_for_user_allowlist() { fn credentialed_routes_add_runtime_allowlist_and_mitm_hooks() { let spec = NetworkProxySpec::from_config_and_constraints( NetworkProxyConfig::default(), - None, + /*requirements*/ None, &permission_profile_for_sandbox_policy(&SandboxPolicy::new_workspace_write_policy()), ) .expect("config should load");