mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
fix: satisfy Linux clippy for inherited socket test
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -549,6 +549,7 @@ async fn inherited_connected_tcp_socket_cannot_send_after_sandbox_exec() {
|
||||
}
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
#[expect(clippy::expect_used)]
|
||||
fn inherited_connected_tcp_socket_send_body() {
|
||||
let fd = std::env::var(INHERITED_CONNECTED_SOCKET_FD_ENV_VAR)
|
||||
.expect("inherited fd env var should be set")
|
||||
|
||||
Reference in New Issue
Block a user