diff options
author | Bigard Florian <florian.bigard@gmail.com> | 2015-11-01 11:40:38 +0100 |
---|---|---|
committer | Bigard Florian <florian.bigard@gmail.com> | 2015-11-01 11:40:38 +0100 |
commit | 15e527992dae7d6e551a5e056a83ded0b17bad8e (patch) | |
tree | fbb0a5ee1db894c415d24830d7042a96b5ad1eef /test/api | |
parent | ce5e75386cab93e06f95f89d947e0fa55ee72097 (diff) | |
download | PeerTube-15e527992dae7d6e551a5e056a83ded0b17bad8e.tar.gz PeerTube-15e527992dae7d6e551a5e056a83ded0b17bad8e.tar.zst PeerTube-15e527992dae7d6e551a5e056a83ded0b17bad8e.zip |
Fix typo
Diffstat (limited to 'test/api')
-rw-r--r-- | test/api/multiplePods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/multiplePods.js b/test/api/multiplePods.js index bf7f27def..3b69738f4 100644 --- a/test/api/multiplePods.js +++ b/test/api/multiplePods.js | |||
@@ -284,7 +284,7 @@ | |||
284 | }) | 284 | }) |
285 | }) | 285 | }) |
286 | 286 | ||
287 | it('Should have videos 1 and 2 on each pod', function (done) { | 287 | it('Should have videos 1 and 3 on each pod', function (done) { |
288 | async.each(urls, function (url, callback) { | 288 | async.each(urls, function (url, callback) { |
289 | getVideosList(url, function (err, res) { | 289 | getVideosList(url, function (err, res) { |
290 | if (err) throw err | 290 | if (err) throw err |