diff options
-rw-r--r-- | server/tests/api/check-params/users.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 () { | |||
519 | 519 | ||
520 | after(function (done) { | 520 | after(function (done) { |
521 | process.kill(-server.app.pid) | 521 | process.kill(-server.app.pid) |
522 | process.kill(-serverWithRegistrationDisabled.app.pid) | ||
522 | 523 | ||
523 | // Keep the logs if the test failed | 524 | // Keep the logs if the test failed |
524 | if (this.ok) { | 525 | if (this.ok) { |