Fix config test

pull/287/head
Chocobozzz 2018-02-09 13:36:07 +01:00
parent 1ab7b637ec
commit c4377f4b5b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ describe('Test config', function () {
const data = res.body
expect(data.instance.name).to.equal('PeerTube')
expect(data.instance.description).to.be.empty
expect(data.instance.terms).to.be.empty
expect(data.instance.description).to.equal('Welcome to this PeerTube instance!')
expect(data.instance.terms).to.equal('No terms for now.')
expect(data.cache.previews.size).to.equal(1)
expect(data.signup.enabled).to.be.true
expect(data.signup.limit).to.equal(4)