]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/utils/videos/videos.ts
Add new name/terms/description config options
[github/Chocobozzz/PeerTube.git] / server / tests / utils / videos / videos.ts
index 860f04fd80e30d58e13b18a5bdc2277e63aeff8f..0b28edd48f2bf5946a83cb56ed66d8e4b6bfe2b2 100644 (file)
@@ -373,7 +373,7 @@ async function completeVideoCheck (
   expect(dateIsValid(video.createdAt)).to.be.true
   expect(dateIsValid(video.updatedAt)).to.be.true
 
-  const res = await getVideo(url, video.id)
+  const res = await getVideo(url, video.uuid)
   const videoDetails = res.body
 
   expect(videoDetails.files).to.have.lengthOf(attributes.files.length)