mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user