mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
clippy
This commit is contained in:
@@ -38,7 +38,7 @@ async fn test_connect_then_send_receives_initial_state_and_notifications() {
|
||||
.expect("create conversation");
|
||||
|
||||
// Connect the stream
|
||||
let (stream_req, params) = mcp
|
||||
let (_stream_req, params) = mcp
|
||||
.connect_stream_and_expect_initial_state(&conv_id)
|
||||
.await
|
||||
.expect("initial_state params");
|
||||
|
||||
Reference in New Issue
Block a user