aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-07-29 11:32:46 +0200
committerChocobozzz <me@florianbigard.com>2022-07-29 11:33:27 +0200
commit12d84abeca4917d2f1e3f308010bfcd56d37cb7c (patch)
tree95c6b42ed4af5fa81afd2f8ff0d6520bcbf9bd48 /server/tests/shared
parent5a9a56b78f6a62b3241f0dff1b8685001a3b3a1d (diff)
downloadPeerTube-12d84abeca4917d2f1e3f308010bfcd56d37cb7c.tar.gz
PeerTube-12d84abeca4917d2f1e3f308010bfcd56d37cb7c.tar.zst
PeerTube-12d84abeca4917d2f1e3f308010bfcd56d37cb7c.zip
Include video file id in API
Diffstat (limited to 'server/tests/shared')
-rw-r--r--server/tests/shared/videos.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/shared/videos.ts b/server/tests/shared/videos.ts
index 989865a49..3ab245392 100644
--- a/server/tests/shared/videos.ts
+++ b/server/tests/shared/videos.ts
@@ -115,6 +115,7 @@ async function completeVideoCheck (
115 // Transcoding enabled: extension will always be .mp4 115 // Transcoding enabled: extension will always be .mp4
116 if (attributes.files.length > 1) extension = '.mp4' 116 if (attributes.files.length > 1) extension = '.mp4'
117 117
118 expect(file.id).to.exist
118 expect(file.magnetUri).to.have.lengthOf.above(2) 119 expect(file.magnetUri).to.have.lengthOf.above(2)
119 120
120 expect(file.torrentDownloadUrl).to.match(new RegExp(`http://${host}/download/torrents/${uuidRegex}-${file.resolution.id}.torrent`)) 121 expect(file.torrentDownloadUrl).to.match(new RegExp(`http://${host}/download/torrents/${uuidRegex}-${file.resolution.id}.torrent`))