From 54782bc7e076536f515de887a6ac932f4500f515 Mon Sep 17 00:00:00 2001 From: Yoann Ciabaud Date: Sat, 4 Jun 2016 15:50:46 +0200 Subject: [PATCH] Restore scrape test for websocket tracker now it is is supported --- test/client.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/client.js b/test/client.js index e8488e8..2f23110 100644 --- a/test/client.js +++ b/test/client.js @@ -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)