tweaked unit test

pull/511/head
John Wesley Walker III 6 months ago committed by GitHub
parent 6e39d7dc36
commit 1b4432d713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -223,7 +223,7 @@ describe('isGhes', () => {
});
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();
});

Loading…
Cancel
Save