diff --git a/src/test/suite/oidc.test.ts b/src/test/suite/oidc.test.ts index 506eeb165..bd5b520ca 100644 --- a/src/test/suite/oidc.test.ts +++ b/src/test/suite/oidc.test.ts @@ -32,7 +32,7 @@ function hash(input: string): string { // Need to be provided via CI env because we can't get a hold for node.js exec // path in our tests - they run inside a vscode process in the built dir. -const browserShellCommand = `echo "$(which node) ${__dirname}/../../../src/test/fixture/curl.js"`; +const browserShellCommand = `$(echo "$(which node) ${__dirname}/../../../src/test/fixture/curl.js")`; const UNIQUE_TASK_ID = process.env.GITHUB_RUN_ID && process.env.GITHUB_RUN_NUMBER