Skip to content

Commit

Permalink
Fix tests in latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Sep 18, 2024
1 parent e2e50e7 commit eeae640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lib/nocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit eeae640

Please sign in to comment.