diff --git a/src/cli/commands/deploy.spec.ts b/src/cli/commands/deploy.spec.ts index 21e67536..c2f44af5 100644 --- a/src/cli/commands/deploy.spec.ts +++ b/src/cli/commands/deploy.spec.ts @@ -130,7 +130,7 @@ describe("deploy", () => { expect(child_process.spawn).toBeCalledWith("mock-binary", [], { env: { DEPLOYMENT_ACTION: "upload", - DEPLOYMENT_PROVIDER: `swa-cli-${pkg.version}`, + DEPLOYMENT_PROVIDER: "SwaCli", REPOSITORY_BASE: "./", SKIP_APP_BUILD: "true", SKIP_API_BUILD: "true", @@ -166,7 +166,7 @@ describe("deploy", () => { expect(child_process.spawn).toBeCalledWith("mock-binary", [], { env: { DEPLOYMENT_ACTION: "upload", - DEPLOYMENT_PROVIDER: `swa-cli-${pkg.version}`, + DEPLOYMENT_PROVIDER: "SwaCli", REPOSITORY_BASE: "./", SKIP_APP_BUILD: "true", SKIP_API_BUILD: "true",