mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-09 17:33:08 +03:00
Fix tests
This commit is contained in:
parent
053aed43fb
commit
c8f3cfeba7
@ -60,7 +60,7 @@ elif [ "$1" = "api-2" ]; then
|
||||
usersFiles=$(findTestFiles server/tests/api/users)
|
||||
liveFiles=$(findTestFiles server/tests/api/live)
|
||||
|
||||
MOCHA_PARALLEL=true runTest 2 $serverFiles $usersFiles liveFiles
|
||||
MOCHA_PARALLEL=true runTest 2 $serverFiles $usersFiles $liveFiles
|
||||
elif [ "$1" = "api-3" ]; then
|
||||
npm run build:server
|
||||
|
||||
|
@ -964,7 +964,7 @@ export class VideoModel extends Model<VideoModel> {
|
||||
}
|
||||
]
|
||||
},
|
||||
VideoLiveModel,
|
||||
VideoLiveModel.unscoped(),
|
||||
VideoFileModel,
|
||||
TagModel
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user