diff --git a/server/tests/api/server/config.ts b/server/tests/api/server/config.ts index e057ec1a2..8363318f6 100644 --- a/server/tests/api/server/config.ts +++ b/server/tests/api/server/config.ts @@ -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 () {