Skip to content

Commit c82d704

Browse files
test fail fixed
1 parent 3044563 commit c82d704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spec-node/featuresCLI/testCommandImpl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ async function launchProject(params: DockerResolverParameters, workspaceFolder:
550550
const options: ProvisionOptions = {
551551
...staticProvisionParams,
552552
workspaceFolder,
553-
buildxLabel: '',
553+
additionalLabels: [],
554554
logLevel: common.getLogLevel(),
555555
mountWorkspaceGitRoot: true,
556556
remoteEnv: common.remoteEnv,
@@ -626,7 +626,7 @@ async function generateDockerParams(workspaceFolder: string, args: FeaturesTestC
626626
const { logLevel, quiet, disposables } = args;
627627
return await createDockerParams({
628628
workspaceFolder,
629-
buildxLabel: undefined,
629+
additionalLabels: [],
630630
dockerPath: undefined,
631631
dockerComposePath: undefined,
632632
containerDataFolder: undefined,

0 commit comments

Comments
 (0)