diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-26 16:11:38 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-26 16:18:01 +0200 |
commit | 08c1efbe32244c321de28b0f2a6aaa3f99f46b58 (patch) | |
tree | 10a1b6c12f3e30a20f3d0dd66c698d9bae2aa41f /server/tests/api/videos/video-channels.ts | |
parent | 7de6afdf542da6968d3f412df9c3318ba19ad229 (diff) | |
download | PeerTube-08c1efbe32244c321de28b0f2a6aaa3f99f46b58.tar.gz PeerTube-08c1efbe32244c321de28b0f2a6aaa3f99f46b58.tar.zst PeerTube-08c1efbe32244c321de28b0f2a6aaa3f99f46b58.zip |
Add video channel management
Diffstat (limited to 'server/tests/api/videos/video-channels.ts')
-rw-r--r-- | server/tests/api/videos/video-channels.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/videos/video-channels.ts b/server/tests/api/videos/video-channels.ts index d24b8ab0b..585b6a2b5 100644 --- a/server/tests/api/videos/video-channels.ts +++ b/server/tests/api/videos/video-channels.ts | |||
@@ -59,7 +59,7 @@ describe('Test video channels', function () { | |||
59 | this.timeout(10000) | 59 | this.timeout(10000) |
60 | 60 | ||
61 | const videoChannel = { | 61 | const videoChannel = { |
62 | name: 'second video channel', | 62 | displayName: 'second video channel', |
63 | description: 'super video channel description', | 63 | description: 'super video channel description', |
64 | support: 'super video channel support text' | 64 | support: 'super video channel support text' |
65 | } | 65 | } |
@@ -125,7 +125,7 @@ describe('Test video channels', function () { | |||
125 | this.timeout(5000) | 125 | this.timeout(5000) |
126 | 126 | ||
127 | const videoChannelAttributes = { | 127 | const videoChannelAttributes = { |
128 | name: 'video channel updated', | 128 | displayName: 'video channel updated', |
129 | description: 'video channel description updated', | 129 | description: 'video channel description updated', |
130 | support: 'video channel support text updated' | 130 | support: 'video channel support text updated' |
131 | } | 131 | } |