refactor: adding allow_prefix into ApprovedAllowPrefix

This commit is contained in:
kevin zhao
2025-11-20 20:25:25 -05:00
parent d4d293fcf0
commit 02c66be831
12 changed files with 38 additions and 76 deletions

View File

@@ -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");