Server: fix tests
This commit is contained in:
parent
199cef3ab5
commit
c36b4ff77e
|
@ -519,6 +519,7 @@ describe('Test users API validators', function () {
|
||||||
|
|
||||||
after(function (done) {
|
after(function (done) {
|
||||||
process.kill(-server.app.pid)
|
process.kill(-server.app.pid)
|
||||||
|
process.kill(-serverWithRegistrationDisabled.app.pid)
|
||||||
|
|
||||||
// Keep the logs if the test failed
|
// Keep the logs if the test failed
|
||||||
if (this.ok) {
|
if (this.ok) {
|
||||||
|
|
Loading…
Reference in New Issue