Add test without replay settings object
This commit is contained in:
parent
7ace48819e
commit
18987248f6
|
@ -683,9 +683,6 @@ describe('Test live', function () {
|
||||||
channelId: servers[0].store.channel.id,
|
channelId: servers[0].store.channel.id,
|
||||||
privacy: VideoPrivacy.PUBLIC,
|
privacy: VideoPrivacy.PUBLIC,
|
||||||
saveReplay: options.saveReplay,
|
saveReplay: options.saveReplay,
|
||||||
replaySettings: options.saveReplay
|
|
||||||
? { privacy: VideoPrivacy.PUBLIC }
|
|
||||||
: undefined,
|
|
||||||
permanentLive: options.permanent
|
permanentLive: options.permanent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue