Add test without replay settings object

This commit is contained in:
Chocobozzz 2023-08-18 11:45:16 +02:00
parent 7ace48819e
commit 18987248f6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 3 deletions

View File

@ -683,9 +683,6 @@ describe('Test live', function () {
channelId: servers[0].store.channel.id,
privacy: VideoPrivacy.PUBLIC,
saveReplay: options.saveReplay,
replaySettings: options.saveReplay
? { privacy: VideoPrivacy.PUBLIC }
: undefined,
permanentLive: options.permanent
}