Don't forget to test the client stuffs
This commit is contained in:
parent
23a5a916db
commit
b0ec596c00
1 changed files with 6 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue