]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/single-server.ts
Fix optimize old videos script
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / single-server.ts
index e3d62b7a0df4c1dfa41ccf40f47557c514624256..089c3df25990b07f2a831f896b2fb816b1489dff 100644 (file)
@@ -118,7 +118,7 @@ describe('Test a single server', function () {
     const categories = res.body
     expect(Object.keys(categories)).to.have.length.above(10)
 
-    expect(categories[11]).to.equal('News')
+    expect(categories[11]).to.equal('News & Politics')
   })
 
   it('Should list video licences', async function () {