mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
tweaked unit test
This commit is contained in:
parent
6e39d7dc36
commit
1b4432d713
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ describe('isGhes', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('returns false when the GITHUB_SERVER_URL environment variable is not defined', async () => {
|
it('returns false when the GITHUB_SERVER_URL environment variable is not defined', async () => {
|
||||||
process.env['GITHUB_SERVER_URL'] = undefined;
|
delete process.env['GITHUB_SERVER_URL'];
|
||||||
expect(cacheUtils.isGhes()).toBeFalsy();
|
expect(cacheUtils.isGhes()).toBeFalsy();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue