mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 10:56:25 +00:00
Restore scrape test for websocket tracker now it is is supported
This commit is contained in:
parent
4642467310
commit
54782bc7e0
@ -180,10 +180,9 @@ test('udp: client.scrape()', function (t) {
|
||||
testClientScrape(t, 'udp')
|
||||
})
|
||||
|
||||
// TODO: uncomment once scrape is supported on WebSocket trackers
|
||||
// test('ws: client.scrape()', function (t) {
|
||||
// testClientScrape(t, 'ws')
|
||||
// })
|
||||
test('ws: client.scrape()', function (t) {
|
||||
testClientScrape(t, 'ws')
|
||||
})
|
||||
|
||||
function testClientAnnounceWithParams (t, serverType) {
|
||||
t.plan(5)
|
||||
|
Loading…
Reference in New Issue
Block a user