Improve client mobile version

This commit is contained in:
Chocobozzz
2017-11-06 11:46:11 +01:00
parent c3488a484e
commit a01f107bc4
10 changed files with 61 additions and 21 deletions

View File

@@ -12,7 +12,6 @@ import {
makePutBodyRequest,
setAccessTokensToServers,
killallServers,
getMyUserInformation,
makePostBodyRequest,
getVideoChannelsList,
createUser,
@@ -22,7 +21,6 @@ import {
describe('Test videos API validator', function () {
const path = '/api/v1/videos/channels'
let server: ServerInfo
let channelId: number
let accessTokenUser: string
// ---------------------------------------------------------------
@@ -36,9 +34,6 @@ describe('Test videos API validator', function () {
await setAccessTokensToServers([ server ])
const res = await getMyUserInformation(server.url, server.accessToken)
channelId = res.body.videoChannels[0].id
const user = {
username: 'fake',
password: 'fake_password'