From 9b1afca0f5c72f1653fe2836b1b129175fb0738a Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Wed, 20 Jan 2021 12:04:26 -0800 Subject: [PATCH] test(integration): do not mock environment variables with `null` That results in the value `"null"` instead of undefined --- test/integration.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration.test.js b/test/integration.test.js index 02f7a4ee..f07e4db0 100644 --- a/test/integration.test.js +++ b/test/integration.test.js @@ -35,8 +35,6 @@ const env = { GH_TOKEN: gitbox.gitCredential, GITHUB_URL: mockServer.url, GITHUB_EVENT_NAME: 'push', - GITHUB_EVENT_PATH: null, - GITHUB_ACTION: null, GITHUB_REF: 'master', }; // Environment variables used only for the local npm command used to do verification