mirror of https://github.com/actions/toolkit
Remove unused mock
parent
94f18eb26e
commit
5d0a4af70a
|
@ -202,7 +202,6 @@ test('finalize save cache failure', async () => {
|
|||
test('save with uploadCache Server error will fail', async () => {
|
||||
const paths = 'node_modules'
|
||||
const key = 'Linux-node-bb828da54c148048dd17899ba9fda624811cfb43'
|
||||
const logWarningMock = jest.spyOn(core, 'warning')
|
||||
const signedUploadURL = 'https://blob-storage.local?signed=true'
|
||||
jest
|
||||
.spyOn(CacheServiceClientJSON.prototype, 'CreateCacheEntry')
|
||||
|
|
Loading…
Reference in New Issue