From c82d7046d151402345d0c4a6cef56f0e24a4e181 Mon Sep 17 00:00:00 2001 From: Prathamesh Zarkar <159782310+prathameshzarkar9@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:51:17 +0000 Subject: [PATCH] test fail fixed --- src/spec-node/featuresCLI/testCommandImpl.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spec-node/featuresCLI/testCommandImpl.ts b/src/spec-node/featuresCLI/testCommandImpl.ts index be8b122c2..558162443 100644 --- a/src/spec-node/featuresCLI/testCommandImpl.ts +++ b/src/spec-node/featuresCLI/testCommandImpl.ts @@ -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, @@ -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,