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 a0ef6b6008
commit 227664ba47

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()