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:
parent
cfeae291c0
commit
38967f7b73
5 changed files with 19 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue