From 56dfa6080107b448a37b8bd44151be5f0d7c3f9c Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 24 Oct 2025 12:05:06 -0700 Subject: [PATCH] use shared tokenizer --- codex-rs/core/tests/suite/input_validation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();