mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Simplify createServer args
This commit is contained in:
@@ -9,7 +9,7 @@ describe('Start and stop server without web client routes', function () {
|
||||
before(async function () {
|
||||
this.timeout(30000)
|
||||
|
||||
server = await createSingleServer(1, {}, [ '--no-client' ])
|
||||
server = await createSingleServer(1, {}, { peertubeArgs: [ '--no-client' ] })
|
||||
})
|
||||
|
||||
it('Should fail getting the client', function () {
|
||||
|
||||
Reference in New Issue
Block a user