codex: fix CI failure on PR #12641

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Dylan Hurd
2026-03-05 22:05:07 -08:00
parent 0ef0fb6044
commit 2d02adffa7

View File

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