mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 20:21:36 +00:00
remove unnecessary quotes
This commit is contained in:
parent
5eeb819002
commit
90121a62c2
@ -63,7 +63,7 @@ test('server: get empty stats with json header', function (t) {
|
|||||||
var opts = {
|
var opts = {
|
||||||
url: announceUrl.replace('/announce', '/stats'),
|
url: announceUrl.replace('/announce', '/stats'),
|
||||||
headers: {
|
headers: {
|
||||||
'accept': 'application/json'
|
accept: 'application/json'
|
||||||
},
|
},
|
||||||
json: true
|
json: true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user