diff options
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r-- | server/tests/api/videos/single-server.ts | 2 |
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 () { |