Fix config test cleanup

pull/4468/head
Chocobozzz 2021-10-13 11:52:42 +02:00
parent 9db437c815
commit f87d82b93d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

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