rename test file

This commit is contained in:
kevin zhao
2025-11-18 09:38:30 -08:00
parent 3b02828ab6
commit d0c67b5bf1
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ use serde_json::json;
use std::fs;
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn execpolicy2_blocks_shell_invocation() -> Result<()> {
async fn execpolicy_blocks_shell_invocation() -> Result<()> {
let mut builder = test_codex().with_config(|config| {
config.features.enable(Feature::ExecPolicy);
let policy_path = config.codex_home.join("policy.codexpolicy");

View File

@@ -28,7 +28,7 @@ mod compact_remote;
mod compact_resume_fork;
mod deprecation_notice;
mod exec;
mod execpolicy2;
mod execpolicy;
mod fork_conversation;
mod grep_files;
mod items;