mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
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)
|
], 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…
Add table
Add a link
Reference in a new issue