diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-22 11:51:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 09:41:54 +0200 |
commit | f6eebcb336c067e160a62020a5140d8d992ba384 (patch) | |
tree | 48fbf9c292243c9cc13beb3749eceaf61fe2baef /server/tests/api/videos | |
parent | 22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd (diff) | |
download | PeerTube-f6eebcb336c067e160a62020a5140d8d992ba384.tar.gz PeerTube-f6eebcb336c067e160a62020a5140d8d992ba384.tar.zst PeerTube-f6eebcb336c067e160a62020a5140d8d992ba384.zip |
Add ability to search a video with an URL
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 18 | ||||
-rw-r--r-- | server/tests/api/videos/single-server.ts | 6 |
2 files changed, 16 insertions, 8 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 3c3839338..c551ccc59 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -128,7 +128,8 @@ describe('Test multiple servers', function () { | |||
128 | privacy: VideoPrivacy.PUBLIC, | 128 | privacy: VideoPrivacy.PUBLIC, |
129 | commentsEnabled: true, | 129 | commentsEnabled: true, |
130 | channel: { | 130 | channel: { |
131 | name: 'my channel', | 131 | displayName: 'my channel', |
132 | name: 'super_channel_name', | ||
132 | description: 'super channel', | 133 | description: 'super channel', |
133 | isLocal | 134 | isLocal |
134 | }, | 135 | }, |
@@ -201,7 +202,8 @@ describe('Test multiple servers', function () { | |||
201 | tags: [ 'tag1p2', 'tag2p2', 'tag3p2' ], | 202 | tags: [ 'tag1p2', 'tag2p2', 'tag3p2' ], |
202 | privacy: VideoPrivacy.PUBLIC, | 203 | privacy: VideoPrivacy.PUBLIC, |
203 | channel: { | 204 | channel: { |
204 | name: 'Main user1 channel', | 205 | displayName: 'Main user1 channel', |
206 | name: 'user1_channel', | ||
205 | description: 'super channel', | 207 | description: 'super channel', |
206 | isLocal | 208 | isLocal |
207 | }, | 209 | }, |
@@ -307,7 +309,8 @@ describe('Test multiple servers', function () { | |||
307 | tags: [ 'tag1p3' ], | 309 | tags: [ 'tag1p3' ], |
308 | privacy: VideoPrivacy.PUBLIC, | 310 | privacy: VideoPrivacy.PUBLIC, |
309 | channel: { | 311 | channel: { |
310 | name: 'Main root channel', | 312 | displayName: 'Main root channel', |
313 | name: 'root_channel', | ||
311 | description: '', | 314 | description: '', |
312 | isLocal | 315 | isLocal |
313 | }, | 316 | }, |
@@ -339,7 +342,8 @@ describe('Test multiple servers', function () { | |||
339 | tags: [ 'tag2p3', 'tag3p3', 'tag4p3' ], | 342 | tags: [ 'tag2p3', 'tag3p3', 'tag4p3' ], |
340 | privacy: VideoPrivacy.PUBLIC, | 343 | privacy: VideoPrivacy.PUBLIC, |
341 | channel: { | 344 | channel: { |
342 | name: 'Main root channel', | 345 | displayName: 'Main root channel', |
346 | name: 'root_channel', | ||
343 | description: '', | 347 | description: '', |
344 | isLocal | 348 | isLocal |
345 | }, | 349 | }, |
@@ -647,7 +651,8 @@ describe('Test multiple servers', function () { | |||
647 | tags: [ 'tag_up_1', 'tag_up_2' ], | 651 | tags: [ 'tag_up_1', 'tag_up_2' ], |
648 | privacy: VideoPrivacy.PUBLIC, | 652 | privacy: VideoPrivacy.PUBLIC, |
649 | channel: { | 653 | channel: { |
650 | name: 'Main root channel', | 654 | displayName: 'Main root channel', |
655 | name: 'root_channel', | ||
651 | description: '', | 656 | description: '', |
652 | isLocal | 657 | isLocal |
653 | }, | 658 | }, |
@@ -967,7 +972,8 @@ describe('Test multiple servers', function () { | |||
967 | tags: [ ], | 972 | tags: [ ], |
968 | privacy: VideoPrivacy.PUBLIC, | 973 | privacy: VideoPrivacy.PUBLIC, |
969 | channel: { | 974 | channel: { |
970 | name: 'Main root channel', | 975 | displayName: 'Main root channel', |
976 | name: 'root_channel', | ||
971 | description: '', | 977 | description: '', |
972 | isLocal | 978 | isLocal |
973 | }, | 979 | }, |
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts index 12181ad67..a757ad9da 100644 --- a/server/tests/api/videos/single-server.ts +++ b/server/tests/api/videos/single-server.ts | |||
@@ -56,7 +56,8 @@ describe('Test a single server', function () { | |||
56 | privacy: VideoPrivacy.PUBLIC, | 56 | privacy: VideoPrivacy.PUBLIC, |
57 | commentsEnabled: true, | 57 | commentsEnabled: true, |
58 | channel: { | 58 | channel: { |
59 | name: 'Main root channel', | 59 | displayName: 'Main root channel', |
60 | name: 'root_channel', | ||
60 | description: '', | 61 | description: '', |
61 | isLocal: true | 62 | isLocal: true |
62 | }, | 63 | }, |
@@ -87,7 +88,8 @@ describe('Test a single server', function () { | |||
87 | duration: 5, | 88 | duration: 5, |
88 | commentsEnabled: false, | 89 | commentsEnabled: false, |
89 | channel: { | 90 | channel: { |
90 | name: 'Main root channel', | 91 | name: 'root_channel', |
92 | displayName: 'Main root channel', | ||
91 | description: '', | 93 | description: '', |
92 | isLocal: true | 94 | isLocal: true |
93 | }, | 95 | }, |