diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/users.js | 6 |
1 files changed, 6 insertions, 0 deletions
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 () { | |||
31 | ], done) | 31 | ], done) |
32 | }) | 32 | }) |
33 | 33 | ||
34 | it('Should create a new client') | ||
35 | |||
36 | it('Should return the first client') | ||
37 | |||
38 | it('Should remove the last client') | ||
39 | |||
34 | it('Should not login with an invalid client id', function (done) { | 40 | it('Should not login with an invalid client id', function (done) { |
35 | const client = { id: 'client', password: server.client.secret } | 41 | const client = { id: 'client', password: server.client.secret } |
36 | utils.login(server.url, client, server.user, 400, function (err, res) { | 42 | utils.login(server.url, client, server.user, 400, function (err, res) { |