codex: fix CI failure on PR #25019

This commit is contained in:
starr-openai
2026-05-31 18:44:47 -07:00
parent c3ff443001
commit 5f6fecc3c9

View File

@@ -572,7 +572,7 @@ mod tests {
registration_span.in_scope(|| {});
registration_span.record("result", "success");
drop(registration_span);
let websocket_span = remote_websocket_connect_span(2);
let websocket_span = remote_websocket_connect_span(/*attempt*/ 2);
websocket_span.in_scope(|| {});
websocket_span.record("result", "success");
drop(websocket_span);