diff --git a/test/stats.js b/test/stats.js index bed8ae5..15d0c0f 100644 --- a/test/stats.js +++ b/test/stats.js @@ -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 }