Skip to content

Commit 961e883

Browse files
committed
Fix test expectation
1 parent 5672cd3 commit 961e883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ suite('RunInTerminalTool', () => {
367367
const customActions = result!.confirmationMessages!.terminalCustomActions!;
368368
strictEqual(customActions.length, 3, 'Expected 3 custom actions');
369369

370-
strictEqual(customActions[0].label, 'Always allow commands: npm, npm');
370+
strictEqual(customActions[0].label, 'Always Allow Commands: npm, npm');
371371
strictEqual(customActions[0].data.type, 'newRule');
372372

373373
strictEqual(customActions[1].label, 'Always Allow Full Command Line: npm install &&& npm run build');

0 commit comments

Comments
 (0)