Skip to content

Commit

Permalink
Verify that body is not empty (request#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfKoenders authored and reconbot committed Nov 23, 2018
1 parent 297e39b commit 2737161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-pipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ tape('one-line proxy', function (t) {
}, function (err, res, body) {
t.equal(err, null)
t.equal(res.headers['x-oneline-proxy'], 'yup')
t.notEqual(body, null)
t.end()
})
})
Expand Down

0 comments on commit 2737161

Please sign in to comment.