test(integration): do not mock environment variables with null
That results in the value `"null"` instead of undefined
This commit is contained in:
parent
3c3b20c470
commit
9b1afca0f5
@ -35,8 +35,6 @@ const env = {
|
|||||||
GH_TOKEN: gitbox.gitCredential,
|
GH_TOKEN: gitbox.gitCredential,
|
||||||
GITHUB_URL: mockServer.url,
|
GITHUB_URL: mockServer.url,
|
||||||
GITHUB_EVENT_NAME: 'push',
|
GITHUB_EVENT_NAME: 'push',
|
||||||
GITHUB_EVENT_PATH: null,
|
|
||||||
GITHUB_ACTION: null,
|
|
||||||
GITHUB_REF: 'master',
|
GITHUB_REF: 'master',
|
||||||
};
|
};
|
||||||
// Environment variables used only for the local npm command used to do verification
|
// Environment variables used only for the local npm command used to do verification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user