Skip to content

Commit 1a06341

Browse files
viyatb-oaicodex
andcommitted
fix: annotate managed hook test literal
Co-authored-by: Codex <noreply@openai.com>
1 parent 223c7fe commit 1a06341

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

codex-rs/config/src/config_requirements.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,10 @@ mod tests {
10751075
allowed_web_search_modes,
10761076
enforce_source.clone(),
10771077
)),
1078-
allow_managed_hooks_only: Some(Sourced::new(true, enforce_source.clone())),
1078+
allow_managed_hooks_only: Some(Sourced::new(
1079+
/*value*/ true,
1080+
enforce_source.clone(),
1081+
)),
10791082
feature_requirements: Some(Sourced::new(
10801083
feature_requirements,
10811084
enforce_source.clone(),

0 commit comments

Comments
 (0)