From 1c85b88c9fe68c770b1943205e31458cbbdfc27d Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Wed, 20 Jan 2021 12:46:26 -0800 Subject: [PATCH] WIP oops actually use `processEnv` --- test/integration.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration.test.js b/test/integration.test.js index 324de3c0..8447df09 100644 --- a/test/integration.test.js +++ b/test/integration.test.js @@ -64,7 +64,7 @@ const { // Environment variables used only for the local npm command used to do verification const testEnv = { - ...process.env, + ...processEnv, ...npmRegistry.authEnv, npm_config_registry: npmRegistry.url, LEGACY_TOKEN: Buffer.from(`${env.NPM_USERNAME}:${env.NPM_PASSWORD}`, 'utf8').toString('base64'),