Skip to content

Commit 2f923eb

Browse files
authored
updated test (#596)
1 parent 662ef1b commit 2f923eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/__tests__/upm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('UPM Target', () => {
99
beforeEach(() => {
1010
process.env = {
1111
...cleanEnv,
12-
GITHUB_TOKEN: 'ghp_TAN21WJQkLtYVdHCh5eQJ8hTWoYvNh47gGWH',
12+
GITHUB_TOKEN: 'test github token',
1313
};
1414
setGlobals({ 'dry-run': false, 'log-level': 'Info', 'no-input': true });
1515
jest.resetAllMocks();

0 commit comments

Comments
 (0)