diff options
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index e462a2d47..94d627e26 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -59,7 +59,7 @@ describe('Test multiple servers', function () { | |||
59 | 59 | ||
60 | { | 60 | { |
61 | const videoChannel = { | 61 | const videoChannel = { |
62 | name: 'my channel', | 62 | displayName: 'my channel', |
63 | description: 'super channel' | 63 | description: 'super channel' |
64 | } | 64 | } |
65 | await addVideoChannel(servers[ 0 ].url, servers[ 0 ].accessToken, videoChannel) | 65 | await addVideoChannel(servers[ 0 ].url, servers[ 0 ].accessToken, videoChannel) |