Skip to content

Commit

Permalink
fixup: var wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Jan 24, 2024
1 parent d1eee22 commit 4d63724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/oidc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d63724

Please sign in to comment.