Simplify createServer args

This commit is contained in:
Chocobozzz
2021-07-22 12:07:26 +02:00
parent 7a397c7f15
commit 2e980ed30d
4 changed files with 11 additions and 10 deletions

View File

@@ -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 () {