From 8b021e3cc2c8496e068b6efcb23e891632dd600a Mon Sep 17 00:00:00 2001 From: Casey Chow Date: Fri, 8 May 2026 11:57:17 -0400 Subject: [PATCH] test(app-server): update trimmed skills expectation --- codex-rs/app-server/tests/suite/v2/turn_start.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/app-server/tests/suite/v2/turn_start.rs b/codex-rs/app-server/tests/suite/v2/turn_start.rs index e5c5c5adbb..49fc42ae5a 100644 --- a/codex-rs/app-server/tests/suite/v2/turn_start.rs +++ b/codex-rs/app-server/tests/suite/v2/turn_start.rs @@ -330,7 +330,7 @@ async fn turn_start_emits_thread_scoped_warning_notification_for_trimmed_skills( assert_eq!(warning.thread_id.as_deref(), Some(thread.id.as_str())); assert_eq!( warning.message, - "Exceeded skills context budget of 2%. All skill descriptions were removed and 7 additional skills were not included in the model-visible skills list." + "Exceeded skills context budget of 2%. All skill descriptions were removed and 8 additional skills were not included in the model-visible skills list." ); timeout(