mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 22:01:49 +03:00
Replaced removed nock method
no issue
This commit is contained in:
parent
12b2582088
commit
415696a3f9
@ -336,7 +336,7 @@ describe('lib/image: image size', function () {
|
||||
|
||||
const requestMock = nock('https://static.wixstatic.com')
|
||||
.get('/media/355241_d31358572a2542c5a44738ddcb59e7ea.jpg_256')
|
||||
.socketDelay(11)
|
||||
.delayConnection(11)
|
||||
.reply(408);
|
||||
|
||||
configUtils.set('times:getImageSizeTimeoutInMS', 10);
|
||||
|
Loading…
Reference in New Issue
Block a user