mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Try to make a better communication (between pods) module
This commit is contained in:
parent
b2e4c0ba1a
commit
528a9efa82
20 changed files with 493 additions and 439 deletions
|
@ -25,9 +25,10 @@ describe('Test basic friends', function () {
|
|||
if (err) throw err
|
||||
|
||||
const result = res.body
|
||||
const resultUrls = [ result[0].url, result[1].url ]
|
||||
expect(result).to.be.an('array')
|
||||
expect(result.length).to.equal(2)
|
||||
|
||||
const resultUrls = [ result[0].url, result[1].url ]
|
||||
expect(resultUrls[0]).to.not.equal(resultUrls[1])
|
||||
|
||||
const errorString = 'Friends url do not correspond for ' + serverToTest.url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue