diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-24 17:19:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-24 17:29:19 +0200 |
commit | 8519cc92341545468104f0704fff64a05c84bec0 (patch) | |
tree | de67ec4981ae2ce74d7a12c1adad5883f90fc7f5 /server/tests/api/check-params | |
parent | 9ce3d3027ed7253fbd4fe46787eda58c51549444 (diff) | |
download | PeerTube-8519cc92341545468104f0704fff64a05c84bec0.tar.gz PeerTube-8519cc92341545468104f0704fff64a05c84bec0.tar.zst PeerTube-8519cc92341545468104f0704fff64a05c84bec0.zip |
Fix overview endpoint
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/contact-form.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
87 | after(async function () { | 87 | after(async function () { |
88 | MockSmtpServer.Instance.kill() | 88 | MockSmtpServer.Instance.kill() |
89 | 89 | ||
90 | // await cleanupTests([ server ]) | 90 | await cleanupTests([ server ]) |
91 | }) | 91 | }) |
92 | }) | 92 | }) |