mirror of https://github.com/Chocobozzz/PeerTube
Fix tests
parent
0f80cb03c6
commit
ebff55d8d6
|
@ -149,7 +149,7 @@ let SCHEDULER_INTERVALS_MS = {
|
|||
actorFollowScores: 60000 * 60, // 1 hour
|
||||
removeOldJobs: 60000 * 60, // 1 hour
|
||||
updateVideos: 60000, // 1 minute
|
||||
youtubeDLUpdate: 60000 * 60 * 24 // 1 day
|
||||
youtubeDLUpdate: 60000 // 1 day
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
|
@ -274,8 +274,8 @@ async function checkNewActorFollow (
|
|||
checkActor(notification.actorFollow.follower)
|
||||
expect(notification.actorFollow.follower.displayName).to.equal(followerDisplayName)
|
||||
expect(notification.actorFollow.follower.name).to.equal(followerName)
|
||||
expect(notification.actorFollow.follower.host).to.not.be.undefined
|
||||
|
||||
checkActor(notification.actorFollow.following)
|
||||
expect(notification.actorFollow.following.displayName).to.equal(followingDisplayName)
|
||||
expect(notification.actorFollow.following.type).to.equal(followType)
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue