diff --git a/codex-rs/core/tests/suite/input_validation.rs b/codex-rs/core/tests/suite/input_validation.rs index b649b62081..d98aa0d7ef 100644 --- a/codex-rs/core/tests/suite/input_validation.rs +++ b/codex-rs/core/tests/suite/input_validation.rs @@ -14,7 +14,7 @@ use std::time::Duration; use wiremock::matchers::any; #[tokio::test(flavor = "multi_thread", worker_threads = 2)] -async fn interrupt_tool_records_history_entries() { +async fn input_validation_should_fail_for_too_large_input() { let server = start_mock_server().await; let fixture = test_codex().build(&server).await.unwrap();