diff options
Diffstat (limited to 'test')
-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 |