mirror of
https://github.com/openai/codex.git
synced 2026-05-23 12:34:25 +00:00
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 <noreply@openai.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user