aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/plugin-router.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/plugins/plugin-router.ts')
-rw-r--r--server/tests/plugins/plugin-router.ts2
1 files changed, 1 insertions, 1 deletions
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 () {
53 statusCodeExpected: 200 53 statusCodeExpected: 200
54 }) 54 })
55 55
56 expect(res.body.isAuthenticated).to.equal(undefined) 56 expect(res.body.isAuthenticated).to.equal(true)
57 57
58 const secRes = await makeGetRequest({ 58 const secRes = await makeGetRequest({
59 url: server.url, 59 url: server.url,