diff --git a/src/test/terminals/codeExecution/smartSend.test.ts b/src/test/terminals/codeExecution/smartSend.test.ts index 4963629d0fda5..01f490e2b2526 100644 --- a/src/test/terminals/codeExecution/smartSend.test.ts +++ b/src/test/terminals/codeExecution/smartSend.test.ts @@ -300,8 +300,9 @@ suite('REPL - Smart Send', () => { .setup((a) => a.showWarningMessage( l10n.t( - 'Python is unable to parse the code provided. Please turn off Smart Send if you wish to always run line by line or explicitly select code to force run. [logs](command:{0}) for more details.', - Commands.ViewOutput, + `Python is unable to parse the code provided. Please + turn off Smart Send if you wish to always run line by line or explicitly select code + to force run. [logs](command:${Commands.ViewOutput}) for more details.`, ), 'Switch to line-by-line', ),