ci: satisfy clippy for Linux sandbox smoke

This commit is contained in:
viyatb-oai
2026-04-17 13:59:09 -07:00
parent fe5db40c71
commit 5588bc5928

View File

@@ -1,6 +1,6 @@
#![cfg(target_os = "linux")]
use assert_cmd::prelude::*;
use anyhow::Context as _;
use core_test_support::responses;
use core_test_support::responses::ev_assistant_message;
use core_test_support::responses::ev_completed;
@@ -87,7 +87,7 @@ async fn run_codex_exec_linux_sandbox_smoke(
.function_call_output(call_id)
.get("output")
.and_then(Value::as_str)
.expect("shell command output should be a string")
.context("shell command output should be a string")?
.to_string();
assert!(
output.contains(expected_marker),