Add ability to set a name to a channel

This commit is contained in:
Chocobozzz
2018-08-17 15:45:42 +02:00
parent 965c4b22d0
commit 8a19bee1a1
45 changed files with 321 additions and 184 deletions

View File

@@ -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'
}