Skip to content

Commit

Permalink
test fail fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshzarkar9 committed Jun 20, 2024
1 parent 3044563 commit c82d704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spec-node/featuresCLI/testCommandImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ async function launchProject(params: DockerResolverParameters, workspaceFolder:
const options: ProvisionOptions = {
...staticProvisionParams,
workspaceFolder,
buildxLabel: '',
additionalLabels: [],
logLevel: common.getLogLevel(),
mountWorkspaceGitRoot: true,
remoteEnv: common.remoteEnv,
Expand Down Expand Up @@ -626,7 +626,7 @@ async function generateDockerParams(workspaceFolder: string, args: FeaturesTestC
const { logLevel, quiet, disposables } = args;
return await createDockerParams({
workspaceFolder,
buildxLabel: undefined,
additionalLabels: [],
dockerPath: undefined,
dockerComposePath: undefined,
containerDataFolder: undefined,
Expand Down

0 comments on commit c82d704

Please sign in to comment.