Remove unused mock
This commit is contained in:
@@ -202,7 +202,6 @@ test('finalize save cache failure', async () => {
|
|||||||
test('save with uploadCache Server error will fail', async () => {
|
test('save with uploadCache Server error will fail', async () => {
|
||||||
const paths = 'node_modules'
|
const paths = 'node_modules'
|
||||||
const key = 'Linux-node-bb828da54c148048dd17899ba9fda624811cfb43'
|
const key = 'Linux-node-bb828da54c148048dd17899ba9fda624811cfb43'
|
||||||
const logWarningMock = jest.spyOn(core, 'warning')
|
|
||||||
const signedUploadURL = 'https://blob-storage.local?signed=true'
|
const signedUploadURL = 'https://blob-storage.local?signed=true'
|
||||||
jest
|
jest
|
||||||
.spyOn(CacheServiceClientJSON.prototype, 'CreateCacheEntry')
|
.spyOn(CacheServiceClientJSON.prototype, 'CreateCacheEntry')
|
||||||
|
|||||||
Reference in New Issue
Block a user