Skip to content

Commit 54782bc

Browse files
committed
Restore scrape test for websocket tracker now it is is supported
1 parent 4642467 commit 54782bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/client.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,9 @@ test('udp: client.scrape()', function (t) {
180180
testClientScrape(t, 'udp')
181181
})
182182

183-
// TODO: uncomment once scrape is supported on WebSocket trackers
184-
// test('ws: client.scrape()', function (t) {
185-
// testClientScrape(t, 'ws')
186-
// })
183+
test('ws: client.scrape()', function (t) {
184+
testClientScrape(t, 'ws')
185+
})
187186

188187
function testClientAnnounceWithParams (t, serverType) {
189188
t.plan(5)

0 commit comments

Comments
 (0)