mirror of
https://github.com/openai/codex.git
synced 2026-06-02 11:22:01 +00:00
codex: fix CI failure on PR #25019
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user