Server: fix tests
This commit is contained in:
parent
199cef3ab5
commit
c36b4ff77e
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue