This commit is contained in:
Bigard Florian 2015-11-01 11:40:38 +01:00
parent ce5e75386c
commit 15e527992d

View file

@ -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