]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/plugin-router.ts
Introduce jobs command
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / plugin-router.ts
index 5392acc51a7b8b5f0a172e98ebd1595be6d14c4f..24e6a1e834701c97c4d6b088a66135a8753871d1 100644 (file)
@@ -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,