Fix multi-environment unified exec test wait

The submit helper already waits for the turn to complete. Remove the second wait so the test can inspect the captured request after the successful selected-environment tool call.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-04-20 17:16:00 -07:00
parent 9c337efe58
commit faf7af4552

View File

@@ -397,11 +397,6 @@ async fn unified_exec_environment_id_targets_non_primary_environment() -> Result
)
.await?;
wait_for_event(&test.codex, |event| {
matches!(event, EventMsg::TurnComplete(_))
})
.await;
let bodies = request_log
.requests()
.into_iter()