diff options
Diffstat (limited to 'server/tests/utils/videos')
-rw-r--r-- | server/tests/utils/videos/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/utils/videos/videos.ts b/server/tests/utils/videos/videos.ts index 860f04fd8..0b28edd48 100644 --- a/server/tests/utils/videos/videos.ts +++ b/server/tests/utils/videos/videos.ts | |||
@@ -373,7 +373,7 @@ async function completeVideoCheck ( | |||
373 | expect(dateIsValid(video.createdAt)).to.be.true | 373 | expect(dateIsValid(video.createdAt)).to.be.true |
374 | expect(dateIsValid(video.updatedAt)).to.be.true | 374 | expect(dateIsValid(video.updatedAt)).to.be.true |
375 | 375 | ||
376 | const res = await getVideo(url, video.id) | 376 | const res = await getVideo(url, video.uuid) |
377 | const videoDetails = res.body | 377 | const videoDetails = res.body |
378 | 378 | ||
379 | expect(videoDetails.files).to.have.lengthOf(attributes.files.length) | 379 | expect(videoDetails.files).to.have.lengthOf(attributes.files.length) |