fix warning for internal errors

This commit is contained in:
Dmitry Shibanov 2022-03-31 11:47:31 +02:00
parent 8a5e1b59e0
commit fea0c2a691
5 changed files with 5 additions and 5 deletions

View file

@ -687,7 +687,7 @@ describe('setup-node', () => {
await main.run();
expect(warningSpy).toHaveBeenCalledWith(
'An internal error has occurred in cache backend. Please check https://www.githubstatus.com/ for any ongoing issue in actions.'
'The runner was not able to contact the cache service. Caching will be skipped'
);
});
});