aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-27 10:19:14 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-05-04 16:21:39 +0200
commit055cfb11a9d688dbc2dce5c164d1f0b311918378 (patch)
treec93f008b3e5463a9b8d024b45e5ba4b9f549a76b /server/tests
parente307e4fce39853d445d086f92b8c556c363ee15d (diff)
downloadPeerTube-055cfb11a9d688dbc2dce5c164d1f0b311918378.tar.gz
PeerTube-055cfb11a9d688dbc2dce5c164d1f0b311918378.tar.zst
PeerTube-055cfb11a9d688dbc2dce5c164d1f0b311918378.zip
Add plugin auth migrations
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/plugins/id-and-pass-auth.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/id-and-pass-auth.ts b/server/tests/plugins/id-and-pass-auth.ts
index 0268d35a0..caf65b55f 100644
--- a/server/tests/plugins/id-and-pass-auth.ts
+++ b/server/tests/plugins/id-and-pass-auth.ts
@@ -143,7 +143,7 @@ describe('Test id and pass auth plugins', function () {
143 expect(body.role).to.equal(UserRole.MODERATOR) 143 expect(body.role).to.equal(UserRole.MODERATOR)
144 }) 144 })
145 145
146 it('Should correctly auth token of laguna', async function () { 146 it('Should reject token of laguna by the plugin hook', async function () {
147 this.timeout(10000) 147 this.timeout(10000)
148 148
149 await wait(5000) 149 await wait(5000)