mirror of https://github.com/Chocobozzz/PeerTube
Don't forget to test the client stuffs
parent
23a5a916db
commit
b0ec596c00
|
@ -31,6 +31,12 @@ describe('Test users', function () {
|
||||||
], done)
|
], 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) {
|
it('Should not login with an invalid client id', function (done) {
|
||||||
const client = { id: 'client', password: server.client.secret }
|
const client = { id: 'client', password: server.client.secret }
|
||||||
utils.login(server.url, client, server.user, 400, function (err, res) {
|
utils.login(server.url, client, server.user, 400, function (err, res) {
|
||||||
|
|
Loading…
Reference in New Issue