diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-23 10:30:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 09:41:54 +0200 |
commit | 240085d0056fd97ac3c7fa8fa4ce9bc32afc4d6e (patch) | |
tree | 99879ddce7d4b2970c263cb045c5057ed07354d4 /server/tests/api/check-params | |
parent | 83e6519ba4ee752dc3148a16c69effbfccb13e6b (diff) | |
download | PeerTube-240085d0056fd97ac3c7fa8fa4ce9bc32afc4d6e.tar.gz PeerTube-240085d0056fd97ac3c7fa8fa4ce9bc32afc4d6e.tar.zst PeerTube-240085d0056fd97ac3c7fa8fa4ce9bc32afc4d6e.zip |
Fix tests
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/video-imports.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tests/api/check-params/video-imports.ts b/server/tests/api/check-params/video-imports.ts index 5975985a1..44645b0e2 100644 --- a/server/tests/api/check-params/video-imports.ts +++ b/server/tests/api/check-params/video-imports.ts | |||
@@ -28,7 +28,6 @@ describe('Test video imports API validator', function () { | |||
28 | let userAccessToken = '' | 28 | let userAccessToken = '' |
29 | let accountName: string | 29 | let accountName: string |
30 | let channelId: number | 30 | let channelId: number |
31 | let channelUUID: string | ||
32 | 31 | ||
33 | // --------------------------------------------------------------- | 32 | // --------------------------------------------------------------- |
34 | 33 | ||
@@ -49,7 +48,6 @@ describe('Test video imports API validator', function () { | |||
49 | { | 48 | { |
50 | const res = await getMyUserInformation(server.url, server.accessToken) | 49 | const res = await getMyUserInformation(server.url, server.accessToken) |
51 | channelId = res.body.videoChannels[ 0 ].id | 50 | channelId = res.body.videoChannels[ 0 ].id |
52 | channelUUID = res.body.videoChannels[ 0 ].uuid | ||
53 | accountName = res.body.account.name + '@' + res.body.account.host | 51 | accountName = res.body.account.name + '@' + res.body.account.host |
54 | } | 52 | } |
55 | }) | 53 | }) |