diff --git a/server/tests/api/users.js b/server/tests/api/users.js index 506b19299..2c97f75d4 100644 --- a/server/tests/api/users.js +++ b/server/tests/api/users.js @@ -31,6 +31,12 @@ describe('Test users', function () { ], done) }) + it('Should create a new client') + + it('Should return the first client') + + it('Should remove the last client') + it('Should not login with an invalid client id', function (done) { const client = { id: 'client', password: server.client.secret } utils.login(server.url, client, server.user, 400, function (err, res) {