Skip to content

Commit

Permalink
Remove invalid nock.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Sep 18, 2024
1 parent e34a9d6 commit fcd29dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/lib/nocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ module.exports = {
},

deleteSession() {
// nock('/wd/hub/session/1352110219202')
// .delete()
// .reply(200, {});

nock('http://localhost:10195')
.delete('/wd/hub/session/1352110219202')
.reply(204, '');
Expand Down

0 comments on commit fcd29dc

Please sign in to comment.