File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/terminalContrib/chatAgentTools/test/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ! ;
You can’t perform that action at this time.
0 commit comments