mirror of https://github.com/Chocobozzz/PeerTube
Fix comment notification test
parent
1c5e49e752
commit
0fc9843215
|
@ -431,7 +431,7 @@ async function checkNewCommentOnMyVideo (base: CheckerBaseParams, uuid: string,
|
|||
}
|
||||
}
|
||||
|
||||
const commentUrl = `http://localhost:${base.server.port}/videos/watch/${uuid};threadId=${threadId}`
|
||||
const commentUrl = `http://localhost:${base.server.port}/w/${uuid};threadId=${threadId}`
|
||||
|
||||
function emailNotificationFinder (email: object) {
|
||||
return email['text'].indexOf(commentUrl) !== -1
|
||||
|
|
Loading…
Reference in New Issue