mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Improve a little bit completeVideoCheck
This commit is contained in:
parent
f7e4f62870
commit
00ee54329a
6 changed files with 106 additions and 112 deletions
|
@ -388,15 +388,13 @@ function runTest (withObjectStorage: boolean) {
|
|||
name: 'noah_remote',
|
||||
host: remoteServer.host
|
||||
},
|
||||
isLocal: checkServer === remoteServer,
|
||||
likes: 0,
|
||||
dislikes: 0,
|
||||
duration: 5,
|
||||
channel: {
|
||||
displayName: 'noah display name',
|
||||
name: 'noah_second_channel',
|
||||
description: 'noah description',
|
||||
isLocal: checkServer === remoteServer
|
||||
description: 'noah description'
|
||||
},
|
||||
fixture: 'video_short.webm',
|
||||
files: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue