From 8519cc92341545468104f0704fff64a05c84bec0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Apr 2019 17:19:00 +0200 Subject: Fix overview endpoint --- server/tests/api/check-params/contact-form.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/check-params') diff --git a/server/tests/api/check-params/contact-form.ts b/server/tests/api/check-params/contact-form.ts index 55004020f..dbdd3a8a6 100644 --- a/server/tests/api/check-params/contact-form.ts +++ b/server/tests/api/check-params/contact-form.ts @@ -87,6 +87,6 @@ describe('Test contact form API validators', function () { after(async function () { MockSmtpServer.Instance.kill() - // await cleanupTests([ server ]) + await cleanupTests([ server ]) }) }) -- cgit v1.2.3