diff options
Diffstat (limited to 'server/tests/api/singlePod.js')
-rw-r--r-- | server/tests/api/singlePod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/singlePod.js b/server/tests/api/singlePod.js index 5fcf5557f..465a86b13 100644 --- a/server/tests/api/singlePod.js +++ b/server/tests/api/singlePod.js | |||
@@ -352,7 +352,7 @@ describe('Test a single pod', function () { | |||
352 | 352 | ||
353 | const videos = res.body.data | 353 | const videos = res.body.data |
354 | expect(res.body.total).to.equal(6) | 354 | expect(res.body.total).to.equal(6) |
355 | expect(videos.length).to.equal(4) | 355 | expect(videos.length).to.equal(3) |
356 | expect(videos[0].name === videosListBase[2].name) | 356 | expect(videos[0].name === videosListBase[2].name) |
357 | expect(videos[1].name === videosListBase[3].name) | 357 | expect(videos[1].name === videosListBase[3].name) |
358 | expect(videos[2].name === videosListBase[4].name) | 358 | expect(videos[2].name === videosListBase[4].name) |