diff --git a/codex-rs/core/src/config/config_tests.rs b/codex-rs/core/src/config/config_tests.rs index dab42da753..a205b2041c 100644 --- a/codex-rs/core/src/config/config_tests.rs +++ b/codex-rs/core/src/config/config_tests.rs @@ -6498,10 +6498,8 @@ voice = "marin" assert_eq!( config.realtime, RealtimeConfig { - version: RealtimeWsVersion::V2, - session_type: RealtimeWsMode::Conversational, - transport: RealtimeTransport::Websocket, voice: Some(RealtimeVoice::Marin), + ..RealtimeConfig::default() } ); Ok(())