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:
parent
a554bc1a26
commit
650580504c
5 changed files with 24 additions and 2 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue