aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/server/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/server/config.ts')
-rw-r--r--server/tests/api/server/config.ts4
1 files changed, 4 insertions, 0 deletions
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 () {
392 it('Should error when client tries to update', async function () { 392 it('Should error when client tries to update', async function () {
393 await server.config.updateCustomConfig({ newCustomConfig, expectedStatus: 405 }) 393 await server.config.updateCustomConfig({ newCustomConfig, expectedStatus: 405 })
394 }) 394 })
395
396 after(async function () {
397 await cleanupTests([ server ])
398 })
395}) 399})
396 400
397describe('Test config', function () { 401describe('Test config', function () {