From 1da143186ea7d04f8de38abde9d7f1ca369a5f4a Mon Sep 17 00:00:00 2001 From: starr-openai Date: Fri, 8 May 2026 16:50:09 -0700 Subject: [PATCH] Remove stale test helper import The remote full-ci stabilization changed TestCodex turn-start waiting to use wait_for_event_with_timeout directly, leaving the wait_for_event_match import unused under -D warnings. Co-authored-by: Codex --- codex-rs/core/tests/common/test_codex.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/tests/common/test_codex.rs b/codex-rs/core/tests/common/test_codex.rs index 77a71942ac..706acde960 100644 --- a/codex-rs/core/tests/common/test_codex.rs +++ b/codex-rs/core/tests/common/test_codex.rs @@ -55,7 +55,6 @@ use crate::responses::WebSocketTestServer; use crate::responses::output_value_to_text; use crate::responses::start_mock_server; use crate::streaming_sse::StreamingSseServer; -use crate::wait_for_event_match; use crate::wait_for_event_with_timeout; use wiremock::Match; use wiremock::matchers::path_regex;