mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix rebase
This commit is contained in:
@@ -521,7 +521,7 @@ prefix_rule(pattern=["rm"], decision="forbidden")
|
||||
);
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[tokio::test]
|
||||
async fn append_allow_prefix_rule_updates_policy_and_file() {
|
||||
let codex_home = tempdir().expect("create temp dir");
|
||||
let current_policy = Arc::new(RwLock::new(Policy::empty()));
|
||||
|
||||
Reference in New Issue
Block a user