diff options
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 | } |