aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-09 12:31:04 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-09 12:31:04 +0200
commitc36b4ff77ebcd6cf3a71f0a5c8fb17fa0f4a0d24 (patch)
tree16930528c21c118262bff772f5d61bde4b089ec7 /server/tests/api
parent199cef3ab598fd079888508526ebd66716a99ac1 (diff)
downloadPeerTube-c36b4ff77ebcd6cf3a71f0a5c8fb17fa0f4a0d24.tar.gz
PeerTube-c36b4ff77ebcd6cf3a71f0a5c8fb17fa0f4a0d24.tar.zst
PeerTube-c36b4ff77ebcd6cf3a71f0a5c8fb17fa0f4a0d24.zip
Server: fix tests
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/check-params/users.js1
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) {