Skip to content

Commit 152f679

Browse files
committed
Fix test expectations
1 parent a5d813d commit 152f679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/test/browser/runInTerminalTool.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ suite('RunInTerminalTool', () => {
412412
explanation: 'Run foo command and show first 20 lines'
413413
});
414414

415-
assertConfirmationRequired(result, 'Run command in terminal');
415+
assertConfirmationRequired(result, 'pwsh');
416416
ok(result!.confirmationMessages!.terminalCustomActions, 'Expected custom actions to be defined');
417417

418418
const customActions = result!.confirmationMessages!.terminalCustomActions!;
@@ -458,7 +458,7 @@ suite('RunInTerminalTool', () => {
458458
explanation: 'Run multiple piped commands'
459459
});
460460

461-
assertConfirmationRequired(result, 'Run command in terminal');
461+
assertConfirmationRequired(result, 'pwsh');
462462
ok(result!.confirmationMessages!.terminalCustomActions, 'Expected custom actions to be defined');
463463

464464
const customActions = result!.confirmationMessages!.terminalCustomActions!;

0 commit comments

Comments
 (0)