test: assert requested PowerShell argv

This commit is contained in:
Chris Bookholt
2026-07-03 05:37:49 -07:00
parent 8f03e96cf7
commit 485ecf740f

View File

@@ -135,7 +135,6 @@ async fn unified_exec_workspace_powershell_path_requires_one_shot_approval_befor
format!("Set-Content -LiteralPath '{sentinel_arg}' started; Write-Output '{marker}'");
let expected_command = vec![
fake_powershell.clone(),
"-NoProfile".to_string(),
"-Command".to_string(),
script.clone(),
];