diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-18 11:45:16 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-18 11:45:16 +0200 |
commit | 18987248f6c0cfb6b7b2b4017c797293c870818d (patch) | |
tree | 231b3e44b764d5e0ef323db8b2dcdcc95e4ef353 /packages/tests | |
parent | 7ace48819edc63f19f28ba3eedbbfbaa7c6504bd (diff) | |
download | PeerTube-18987248f6c0cfb6b7b2b4017c797293c870818d.tar.gz PeerTube-18987248f6c0cfb6b7b2b4017c797293c870818d.tar.zst PeerTube-18987248f6c0cfb6b7b2b4017c797293c870818d.zip |
Add test without replay settings object
Diffstat (limited to 'packages/tests')
-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 | ||