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 @@ }) }) - it('Should have videos 1 and 2 on each pod', function (done) { + it('Should have videos 1 and 3 on each pod', function (done) { async.each(urls, function (url, callback) { getVideosList(url, function (err, res) { if (err) throw err