mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add hook filters tests
This commit is contained in:
parent
09071200c7
commit
89cd127560
18 changed files with 306 additions and 80 deletions
|
@ -171,7 +171,8 @@ async function runServer (server: ServerInfo, configOverrideArg?: any, args = []
|
|||
thumbnails: `test${server.internalServerNumber}/thumbnails/`,
|
||||
torrents: `test${server.internalServerNumber}/torrents/`,
|
||||
captions: `test${server.internalServerNumber}/captions/`,
|
||||
cache: `test${server.internalServerNumber}/cache/`
|
||||
cache: `test${server.internalServerNumber}/cache/`,
|
||||
plugins: `test${server.internalServerNumber}/plugins/`
|
||||
},
|
||||
admin: {
|
||||
email: `admin${server.internalServerNumber}@example.com`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue