test: keep realtime compact snapshots on v1 path

This commit is contained in:
jif-oai
2026-05-20 16:51:40 +01:00
parent c20888e793
commit cd9f92e046

View File

@@ -161,6 +161,7 @@ fn remote_realtime_test_codex_builder(
test_codex()
.with_auth(CodexAuth::from_api_key("dummy"))
.with_config(move |config| {
config.model_provider.name = "Azure".to_string();
config.experimental_realtime_ws_base_url = Some(realtime_base_url);
})
}