1
0
Fork 0

Remove unused mock

pull/1879/head
John Sudol 2024-11-26 23:33:19 +00:00
parent 94f18eb26e
commit 5d0a4af70a
1 changed files with 0 additions and 1 deletions

View File

@ -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')