test(app-server): update trimmed skills expectation

This commit is contained in:
Casey Chow
2026-05-08 11:57:17 -04:00
parent 4c49182490
commit 8b021e3cc2

View File

@@ -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(