Skip to content

Commit 90121a6

Browse files
committed
remove unnecessary quotes
1 parent 5eeb819 commit 90121a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test('server: get empty stats with json header', function (t) {
6363
var opts = {
6464
url: announceUrl.replace('/announce', '/stats'),
6565
headers: {
66-
'accept': 'application/json'
66+
accept: 'application/json'
6767
},
6868
json: true
6969
}

0 commit comments

Comments
 (0)