mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 12:26:35 +03:00
Fix config test cleanup
This commit is contained in:
parent
9db437c815
commit
f87d82b93d
@ -392,6 +392,10 @@ describe('Test static config', function () {
|
||||
it('Should error when client tries to update', async function () {
|
||||
await server.config.updateCustomConfig({ newCustomConfig, expectedStatus: 405 })
|
||||
})
|
||||
|
||||
after(async function () {
|
||||
await cleanupTests([ server ])
|
||||
})
|
||||
})
|
||||
|
||||
describe('Test config', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user