test(integration): do not mock environment variables with null

That results in the value `"null"` instead of undefined
This commit is contained in:
Gregor Martynus 2021-01-20 12:04:26 -08:00
parent 3c3b20c470
commit 9b1afca0f5

View File

@ -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