1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Add server host in notification account field

This commit is contained in:
Chocobozzz 2019-01-21 13:52:46 +01:00
parent cfeae291c0
commit 38967f7b73
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 19 additions and 4 deletions

View file

@ -146,6 +146,7 @@ function checkVideo (video: any, videoName?: string, videoUUID?: string) {
function checkActor (actor: any) {
expect(actor.displayName).to.be.a('string')
expect(actor.displayName).to.not.be.empty
expect(actor.host).to.not.be.undefined
}
function checkComment (comment: any, commentId: number, threadId: number) {