aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/single-server.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-29 11:51:55 +0100
committerChocobozzz <me@florianbigard.com>2017-12-29 12:33:19 +0100
commitb1f5b93e4f1a9ae9015463c9a4946722ed87ec2e (patch)
treeab437e41a497aa388775d32369d8fe6bdf309e3b /server/tests/api/videos/single-server.ts
parenta20399c972d7f9512f77a654773f9c160db07d5c (diff)
downloadPeerTube-b1f5b93e4f1a9ae9015463c9a4946722ed87ec2e.tar.gz
PeerTube-b1f5b93e4f1a9ae9015463c9a4946722ed87ec2e.tar.zst
PeerTube-b1f5b93e4f1a9ae9015463c9a4946722ed87ec2e.zip
Refractor check video tests
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r--server/tests/api/videos/single-server.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts
index 831be3422..934c653b1 100644
--- a/server/tests/api/videos/single-server.ts
+++ b/server/tests/api/videos/single-server.ts
@@ -52,10 +52,12 @@ describe('Test a single server', function () {
52 host: 'localhost:9001', 52 host: 'localhost:9001',
53 account: 'root', 53 account: 'root',
54 isLocal: true, 54 isLocal: true,
55 duration: 5,
55 tags: [ 'tag1', 'tag2', 'tag3' ], 56 tags: [ 'tag1', 'tag2', 'tag3' ],
56 privacy: VideoPrivacy.PUBLIC, 57 privacy: VideoPrivacy.PUBLIC,
57 channel: { 58 channel: {
58 name: 'Default root channel', 59 name: 'Default root channel',
60 description: '',
59 isLocal: true 61 isLocal: true
60 }, 62 },
61 fixture: 'video_short.webm', 63 fixture: 'video_short.webm',
@@ -79,8 +81,10 @@ describe('Test a single server', function () {
79 isLocal: true, 81 isLocal: true,
80 tags: [ 'tagup1', 'tagup2' ], 82 tags: [ 'tagup1', 'tagup2' ],
81 privacy: VideoPrivacy.PUBLIC, 83 privacy: VideoPrivacy.PUBLIC,
84 duration: 5,
82 channel: { 85 channel: {
83 name: 'Default root channel', 86 name: 'Default root channel',
87 description: '',
84 isLocal: true 88 isLocal: true
85 }, 89 },
86 fixture: 'video_short3.webm', 90 fixture: 'video_short3.webm',