mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add email to pods
This commit is contained in:
parent
3266ad7cf8
commit
4793c343fd
20 changed files with 75 additions and 21 deletions
|
@ -96,6 +96,7 @@ describe('Test basic friends', function () {
|
|||
|
||||
const pod = result[0]
|
||||
expect(pod.host).to.equal(servers[2].host)
|
||||
expect(pod.email).to.equal('admin3@example.com')
|
||||
expect(pod.score).to.equal(20)
|
||||
expect(miscsUtils.dateIsValid(pod.createdAt)).to.be.true
|
||||
|
||||
|
@ -113,6 +114,7 @@ describe('Test basic friends', function () {
|
|||
|
||||
const pod = result[0]
|
||||
expect(pod.host).to.equal(servers[1].host)
|
||||
expect(pod.email).to.equal('admin2@example.com')
|
||||
expect(pod.score).to.equal(20)
|
||||
expect(miscsUtils.dateIsValid(pod.createdAt)).to.be.true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue