aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-23 15:47:30 +0100
committerChocobozzz <me@florianbigard.com>2022-11-23 15:50:42 +0100
commit3299c9e124a2c1879ec24dc5635d3fb7014b7245 (patch)
tree97270b8767b7393c247876411a24b1a9c507b61e /server
parent22926eafdb7373472dcb30d774b03fc597ce1659 (diff)
downloadPeerTube-3299c9e124a2c1879ec24dc5635d3fb7014b7245.tar.gz
PeerTube-3299c9e124a2c1879ec24dc5635d3fb7014b7245.tar.zst
PeerTube-3299c9e124a2c1879ec24dc5635d3fb7014b7245.zip
Add missing uuids search query doc
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/search/search-activitypub-video-channels.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/api/search/search-activitypub-video-channels.ts b/server/tests/api/search/search-activitypub-video-channels.ts
index 06a206d21..8173c8b60 100644
--- a/server/tests/api/search/search-activitypub-video-channels.ts
+++ b/server/tests/api/search/search-activitypub-video-channels.ts
@@ -185,7 +185,7 @@ describe('Test ActivityPub video channels search', function () {
185 }) 185 })
186 186
187 it('Should update video channel of server 2, and refresh it on server 1', async function () { 187 it('Should update video channel of server 2, and refresh it on server 1', async function () {
188 this.timeout(60000) 188 this.timeout(120000)
189 189
190 await servers[1].channels.update({ 190 await servers[1].channels.update({
191 token: userServer2Token, 191 token: userServer2Token,
@@ -211,7 +211,7 @@ describe('Test ActivityPub video channels search', function () {
211 }) 211 })
212 212
213 it('Should update and add a video on server 2, and update it on server 1 after a search', async function () { 213 it('Should update and add a video on server 2, and update it on server 1 after a search', async function () {
214 this.timeout(60000) 214 this.timeout(120000)
215 215
216 await servers[1].videos.update({ token: userServer2Token, id: videoServer2UUID, attributes: { name: 'video 1 updated' } }) 216 await servers[1].videos.update({ token: userServer2Token, id: videoServer2UUID, attributes: { name: 'video 1 updated' } })
217 await servers[1].videos.upload({ token: userServer2Token, attributes: { name: 'video 2 server 2', channelId: channelIdServer2 } }) 217 await servers[1].videos.upload({ token: userServer2Token, attributes: { name: 'video 2 server 2', channelId: channelIdServer2 } })
@@ -235,7 +235,7 @@ describe('Test ActivityPub video channels search', function () {
235 }) 235 })
236 236
237 it('Should delete video channel of server 2, and delete it on server 1', async function () { 237 it('Should delete video channel of server 2, and delete it on server 1', async function () {
238 this.timeout(60000) 238 this.timeout(120000)
239 239
240 await servers[1].channels.delete({ token: userServer2Token, channelName: 'channel1_server2' }) 240 await servers[1].channels.delete({ token: userServer2Token, channelName: 'channel1_server2' })
241 241