mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user