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()), }], }