Fix comment notification test

pull/4141/head
Chocobozzz 2021-05-28 14:29:09 +02:00
parent 1c5e49e752
commit 0fc9843215
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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