We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec46a1 commit d651168Copy full SHA for d651168
codex-rs/core/tests/suite/approvals.rs
@@ -1609,8 +1609,7 @@ async fn approving_allow_prefix_persists_policy_and_skips_future_prompts() -> Re
1609
)
1610
.await?;
1611
1612
- let approval =
1613
- expect_exec_approval(&test, expected_allow_prefix.last().unwrap().as_str()).await;
+ let approval = expect_exec_approval(&test, expected_command.as_str()).await;
1614
assert_eq!(approval.allow_prefix, Some(expected_allow_prefix.clone()));
1615
1616
test.codex
0 commit comments