Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 28, 2019
1 parent b0723ff commit b68cb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test('simple get json', function (t) {

var server = http.createServer(function (req, res) {
t.equal(req.url, '/path')
t.equal(req.headers['accept'], 'application/json')
t.equal(req.headers.accept, 'application/json')
res.statusCode = 200
res.end('{"message":"response"}')
})
Expand Down

0 comments on commit b68cb17

Please sign in to comment.