mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
test(app-server): update trimmed skills expectation
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user