From 90121a62c204a5a1bcad7541b77397b69cbf0920 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 4 Apr 2017 11:46:43 -0700 Subject: [PATCH] remove unnecessary quotes --- test/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }