remove unnecessary quotes

This commit is contained in:
Feross Aboukhadijeh 2017-04-04 11:46:43 -07:00
parent 5eeb819002
commit 90121a62c2

View File

@ -63,7 +63,7 @@ test('server: get empty stats with json header', function (t) {
var opts = {
url: announceUrl.replace('/announce', '/stats'),
headers: {
'accept': 'application/json'
accept: 'application/json'
},
json: true
}