diff options
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r-- | server/tests/api/videos/single-server.ts | 4 |
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', |