mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
codex: fix CI failure on PR #12641
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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()),
|
||||
}],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user