From 8a19bee1a1ee39f973bb37429e4f73c3f2873cdb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Aug 2018 15:45:42 +0200 Subject: Add ability to set a name to a channel --- server/tests/cli/update-host.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/tests/cli') 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 () { // Create channel const videoChannel = { + name: 'second_channel', displayName: 'second video channel', description: 'super video channel description' } -- cgit v1.2.3