X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftests%2Fplugins%2Fplugin-router.ts;h=24e6a1e834701c97c4d6b088a66135a8753871d1;hb=9c6327f803aaf4200672f1fc40b2f43786daca47;hp=5392acc51a7b8b5f0a172e98ebd1595be6d14c4f;hpb=f17faefb30e4872688a1c0dafcc6c793242750f4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/plugin-router.ts b/server/tests/plugins/plugin-router.ts index 5392acc51..24e6a1e83 100644 --- a/server/tests/plugins/plugin-router.ts +++ b/server/tests/plugins/plugin-router.ts @@ -53,7 +53,7 @@ describe('Test plugin helpers', function () { statusCodeExpected: 200 }) - expect(res.body.isAuthenticated).to.equal(undefined) + expect(res.body.isAuthenticated).to.equal(true) const secRes = await makeGetRequest({ url: server.url,