diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-10-30 18:34:37 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-10-30 18:34:37 +0100 |
commit | 77c2df95857b9fbc0a5935c51ffef073ffc277b7 (patch) | |
tree | b18cc8e1cb2c39915d6b4335f3d2b406d7b72892 /test/api/singlePod.js | |
parent | e63dc45fa368de478ba3b37eabbfb1c233988348 (diff) | |
download | PeerTube-77c2df95857b9fbc0a5935c51ffef073ffc277b7.tar.gz PeerTube-77c2df95857b9fbc0a5935c51ffef073ffc277b7.tar.zst PeerTube-77c2df95857b9fbc0a5935c51ffef073ffc277b7.zip |
Fix tests
Diffstat (limited to 'test/api/singlePod.js')
-rw-r--r-- | test/api/singlePod.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
23 | app = app1 | 23 | app = app1 |
24 | url = url1 | 24 | url = url1 |
25 | 25 | ||
26 | webtorrent.create(function () { | 26 | webtorrent.create({ host: 'client', port: '1' }, function () { |
27 | done() | 27 | done() |
28 | }) | 28 | }) |
29 | }) | 29 | }) |