From 2d02adffa777e2069ef2d4203a4b3e77b6b7321a Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Thu, 5 Mar 2026 22:05:07 -0800 Subject: [PATCH] codex: fix CI failure on PR #12641 Co-authored-by: Codex --- codex-rs/execpolicy/tests/basic.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/execpolicy/tests/basic.rs b/codex-rs/execpolicy/tests/basic.rs index f306b4bac9..68d774c14b 100644 --- a/codex-rs/execpolicy/tests/basic.rs +++ b/codex-rs/execpolicy/tests/basic.rs @@ -165,6 +165,7 @@ fn append_allow_prefix_rule_with_justification_round_trips() -> Result<()> { matched_rules: vec![RuleMatch::PrefixRuleMatch { matched_prefix: tokens(&["python3"]), decision: Decision::Allow, + resolved_program: None, justification: Some("persisted during thread".to_string()), }], }