X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=test%2Fapi%2FsinglePod.js;h=149c10b9e1198e809b5d9ec159a126624089c798;hb=77c2df95857b9fbc0a5935c51ffef073ffc277b7;hp=59a617970924896147dbe6cf89ad14ae841538d0;hpb=e63dc45fa368de478ba3b37eabbfb1c233988348;p=github%2FChocobozzz%2FPeerTube.git diff --git a/test/api/singlePod.js b/test/api/singlePod.js index 59a617970..149c10b9e 100644 --- a/test/api/singlePod.js +++ b/test/api/singlePod.js @@ -23,7 +23,7 @@ app = app1 url = url1 - webtorrent.create(function () { + webtorrent.create({ host: 'client', port: '1' }, function () { done() }) })