From 35f989c47ca6803d6ee281f7fefb0d9c9db66223 Mon Sep 17 00:00:00 2001 From: Wagner Santos <7467450+wagoid@users.noreply.github.com> Date: Wed, 17 Feb 2021 10:52:23 -0300 Subject: [PATCH] test: remove unneeded update of GITHBU_TOKEN env var --- src/action.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/action.test.js b/src/action.test.js index a4a2dd5..d1a2a30 100644 --- a/src/action.test.js +++ b/src/action.test.js @@ -31,7 +31,6 @@ const runAction = () => { } } - updateEnvVars({ GITHBU_TOKEN: 'test-github-token' }) td.replace(github, 'getOctokit', () => new MockOctokit()) return require('./action')()