From: Chocobozzz Date: Sun, 9 Apr 2017 10:31:04 +0000 (+0200) Subject: Server: fix tests X-Git-Tag: v0.0.1-alpha~476 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c36b4ff77ebcd6cf3a71f0a5c8fb17fa0f4a0d24;p=oweals%2Fpeertube.git Server: fix tests --- diff --git a/server/tests/api/check-params/users.js b/server/tests/api/check-params/users.js index 0aa9a4524..0ba5e77c3 100644 --- a/server/tests/api/check-params/users.js +++ b/server/tests/api/check-params/users.js @@ -519,6 +519,7 @@ describe('Test users API validators', function () { after(function (done) { process.kill(-server.app.pid) + process.kill(-serverWithRegistrationDisabled.app.pid) // Keep the logs if the test failed if (this.ok) {