5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

test: remove unneeded update of GITHBU_TOKEN env var

This commit is contained in:
Wagner Santos 2021-02-17 10:52:23 -03:00
parent 84dd7685c6
commit 35f989c47c

View file

@ -31,7 +31,6 @@ const runAction = () => {
}
}
updateEnvVars({ GITHBU_TOKEN: 'test-github-token' })
td.replace(github, 'getOctokit', () => new MockOctokit())
return require('./action')()