aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/single-server.ts
diff options
context:
space:
mode:
authorAdnane Belmadiaf <daker@users.noreply.github.com>2018-10-14 19:43:17 +0200
committerRigel Kent <par@rigelk.eu>2018-10-14 19:43:17 +0200
commit6f2ae7a1aa1b4a8b5605fc4c57c0c1d1fbe2a16e (patch)
tree5fe7186d365515d31632aeed2852b8cd2fa36b07 /server/tests/api/videos/single-server.ts
parent0e5ff97f6fdf9a4cebe5a15f5a390380465803ad (diff)
downloadPeerTube-6f2ae7a1aa1b4a8b5605fc4c57c0c1d1fbe2a16e.tar.gz
PeerTube-6f2ae7a1aa1b4a8b5605fc4c57c0c1d1fbe2a16e.tar.zst
PeerTube-6f2ae7a1aa1b4a8b5605fc4c57c0c1d1fbe2a16e.zip
rename News category into News & Politics (#1261)
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r--server/tests/api/videos/single-server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts
index e3d62b7a0..089c3df25 100644
--- a/server/tests/api/videos/single-server.ts
+++ b/server/tests/api/videos/single-server.ts
@@ -118,7 +118,7 @@ describe('Test a single server', function () {
118 const categories = res.body 118 const categories = res.body
119 expect(Object.keys(categories)).to.have.length.above(10) 119 expect(Object.keys(categories)).to.have.length.above(10)
120 120
121 expect(categories[11]).to.equal('News') 121 expect(categories[11]).to.equal('News & Politics')
122 }) 122 })
123 123
124 it('Should list video licences', async function () { 124 it('Should list video licences', async function () {