mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix tests
This commit is contained in:
+1
-1
@@ -545,7 +545,7 @@ suite('RunInTerminalTool', () => {
|
||||
requestUnsandboxedExecutionReason: 'Needs network access outside the sandbox',
|
||||
});
|
||||
|
||||
assertConfirmationRequired(result, 'Run `bash` command outside the sandbox?');
|
||||
assertConfirmationRequired(result, 'Run `bash` command outside the [sandbox](https://aka.ms/vscode-sandboxing)?');
|
||||
strictEqual(result?.confirmationMessages?.allowAutoConfirm, undefined);
|
||||
const terminalData = result?.toolSpecificData as IChatTerminalToolInvocationData;
|
||||
strictEqual(terminalData.requestUnsandboxedExecution, true);
|
||||
|
||||
Reference in New Issue
Block a user