From eeae6405744342765cb631a9ad3a1869097ec496 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Wed, 18 Sep 2024 16:16:33 +0530 Subject: [PATCH] Fix tests in latest release. --- test/lib/nocks.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/lib/nocks.js b/test/lib/nocks.js index 34820bf6e3..d27e01920b 100644 --- a/test/lib/nocks.js +++ b/test/lib/nocks.js @@ -62,9 +62,9 @@ module.exports = { }, deleteSession() { - nock('/wd/hub/session/1352110219202') - .delete() - .reply(200, {}); + // nock('/wd/hub/session/1352110219202') + // .delete() + // .reply(200, {}); nock('http://localhost:10195') .delete('/wd/hub/session/1352110219202')