mirror of
https://github.com/logos-storage/bittorrent-tracker.git
synced 2026-01-07 15:33:08 +00:00
Merge pull request #156 from yciabaud/scrape-test
Restore scrape test for websocket tracker now it is is supported
This commit is contained in:
commit
52aacc1db0
@ -192,10 +192,9 @@ test('udp: client.scrape()', function (t) {
|
|||||||
testClientScrape(t, 'udp')
|
testClientScrape(t, 'udp')
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO: uncomment once scrape is supported on WebSocket trackers
|
test('ws: client.scrape()', function (t) {
|
||||||
// test('ws: client.scrape()', function (t) {
|
testClientScrape(t, 'ws')
|
||||||
// testClientScrape(t, 'ws')
|
})
|
||||||
// })
|
|
||||||
|
|
||||||
function testClientAnnounceWithParams (t, serverType) {
|
function testClientAnnounceWithParams (t, serverType) {
|
||||||
t.plan(5)
|
t.plan(5)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user