]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add test without replay settings object
authorChocobozzz <me@florianbigard.com>
Fri, 18 Aug 2023 09:45:16 +0000 (11:45 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 18 Aug 2023 09:45:16 +0000 (11:45 +0200)
packages/tests/src/api/live/live.ts

index 20804f889f6b8904110d2139101104697e7719c8..c12311c4c4c29eb3d03f1acb3c32d1e772ff219d 100644 (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
       }