mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-23 00:18:05 +08:00
adding message field
This commit is contained in:
@@ -83,7 +83,7 @@ test('restore with server error should fail', async () => {
|
||||
expect(cacheKey).toBe(undefined)
|
||||
expect(logWarningMock).toHaveBeenCalledTimes(1)
|
||||
expect(logWarningMock).toHaveBeenCalledWith(
|
||||
'Fail to restore: Error: HTTP Error Occurred'
|
||||
'Fail to restore: HTTP Error Occurred'
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user