diff options
-rw-r--r-- | packages/tests/src/api/live/live.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/tests/src/api/live/live.ts b/packages/tests/src/api/live/live.ts index 20804f889..c12311c4c 100644 --- a/packages/tests/src/api/live/live.ts +++ b/packages/tests/src/api/live/live.ts | |||
@@ -683,9 +683,6 @@ describe('Test live', function () { | |||
683 | channelId: servers[0].store.channel.id, | 683 | channelId: servers[0].store.channel.id, |
684 | privacy: VideoPrivacy.PUBLIC, | 684 | privacy: VideoPrivacy.PUBLIC, |
685 | saveReplay: options.saveReplay, | 685 | saveReplay: options.saveReplay, |
686 | replaySettings: options.saveReplay | ||
687 | ? { privacy: VideoPrivacy.PUBLIC } | ||
688 | : undefined, | ||
689 | permanentLive: options.permanent | 686 | permanentLive: options.permanent |
690 | } | 687 | } |
691 | 688 | ||