Skip to content

Commit

Permalink
ditch console log
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jun 9, 2023
1 parent 5fb0d84 commit f1b3f6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ describe('request', function () {
request('https://webhook.site')
.get('/token/' + uuid + '/requests?sorting=newest&per_page=1')
.end(function (err, res) {
console.log(res.body.data[0].query)

// Content-Type and Pragma are supported on Node and browser
res.should.be.json;
res.should.have.nested.property('.body.data.0.query.content-type', 'application/json')
Expand Down

0 comments on commit f1b3f6f

Please sign in to comment.