mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-06 07:10:02 +08:00
Remove unused mock
This commit is contained in:
parent
94f18eb26e
commit
5d0a4af70a
1
packages/cache/__tests__/saveCacheV2.test.ts
vendored
1
packages/cache/__tests__/saveCacheV2.test.ts
vendored
@ -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…
x
Reference in New Issue
Block a user