mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 18:54:19 +00:00
Update utils.test.ts
This commit is contained in:
parent
f3f9e75181
commit
74a60ed37c
@ -46,7 +46,7 @@ describe('isCacheFeatureAvailable', () => {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
expect(error).toHaveProperty(
|
expect(error).toHaveProperty(
|
||||||
'message',
|
'message',
|
||||||
'Caching is only supported on GHES version >= 3.5. If you are on version >=3.5 Please check with GHES admin if Actions cache service is enabled or not.'
|
'Caching is only supported on GHES version >= 3.5. If you are on a version >= 3.5, please check with your GHES admin if the Actions cache service is enabled or not.'
|
||||||
);
|
);
|
||||||
} finally {
|
} finally {
|
||||||
delete process.env['GITHUB_SERVER_URL'];
|
delete process.env['GITHUB_SERVER_URL'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user