mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
refactor: adding allow_prefix into ApprovedAllowPrefix
This commit is contained in:
@@ -95,7 +95,6 @@ async fn codex_delegate_forwards_exec_approval_and_proceeds_on_approval() {
|
||||
.submit(Op::ExecApproval {
|
||||
id: "0".into(),
|
||||
decision: ReviewDecision::Approved,
|
||||
allow_prefix: None,
|
||||
})
|
||||
.await
|
||||
.expect("submit exec approval");
|
||||
|
||||
Reference in New Issue
Block a user