This commit is contained in:
kevin zhao
2025-12-04 00:08:39 +00:00
parent 74c9ed0b05
commit 47b3bf73f1
2 changed files with 1 additions and 3 deletions

View File

@@ -74,7 +74,6 @@ use crate::error::Result as CodexResult;
#[cfg(test)]
use crate::exec::StreamOutput;
use crate::exec_policy::ExecPolicyUpdateError;
use crate::exec_policy::ExecPolicyUpdateError;
use crate::mcp::auth::compute_auth_statuses;
use crate::mcp_connection_manager::McpConnectionManager;
use crate::openai_model_info::get_model_info;

View File

@@ -1581,8 +1581,7 @@ async fn approving_execpolicy_amendment_persists_policy_and_skips_future_prompts
.await?;
let expected_command =
expected_command.expect("execpolicy amendment scenario should produce a shell command");
let expected_execpolicy_amendment =
vec!["touch".to_string(), "allow-prefix.txt".to_string()];
let expected_execpolicy_amendment = vec!["touch".to_string(), "allow-prefix.txt".to_string()];
let _ = mount_sse_once(
&server,