1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Add filter:api.server.stats.get.result hook

This commit is contained in:
Chocobozzz 2021-12-09 14:05:21 +01:00
parent a554bc1a26
commit 650580504c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 24 additions and 2 deletions

View file

@ -125,7 +125,7 @@ describe('Test external auth plugins', function () {
expectedStatus: HttpStatusCode.BAD_REQUEST_400
})
await server.servers.waitUntilLog('expired external auth token', 2)
await server.servers.waitUntilLog('expired external auth token', 4)
})
it('Should auto login Cyan, create the user and use the token', async function () {