diff options
Diffstat (limited to 'server/tests/cli/update-host.ts')
-rw-r--r-- | server/tests/cli/update-host.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/cli/update-host.ts b/server/tests/cli/update-host.ts index 968b7bd7f..7f54c0e70 100644 --- a/server/tests/cli/update-host.ts +++ b/server/tests/cli/update-host.ts | |||
@@ -54,6 +54,7 @@ describe('Test update host scripts', function () { | |||
54 | 54 | ||
55 | // Create channel | 55 | // Create channel |
56 | const videoChannel = { | 56 | const videoChannel = { |
57 | name: 'second_channel', | ||
57 | displayName: 'second video channel', | 58 | displayName: 'second video channel', |
58 | description: 'super video channel description' | 59 | description: 'super video channel description' |
59 | } | 60 | } |