]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/live/live-save-replay.ts
Fix broken replay with long live video name
[github/Chocobozzz/PeerTube.git] / server / tests / api / live / live-save-replay.ts
index 8985c9b394c1e02adb05061895d8f6bed8aeca7b..d554cf208415b41aa831ea76587c8c939e6abcb6 100644 (file)
@@ -38,7 +38,7 @@ describe('Save replay setting', function () {
     const attributes: LiveVideoCreate = {
       channelId: servers[0].store.channel.id,
       privacy: VideoPrivacy.PUBLIC,
-      name: 'my super live',
+      name: 'live'.repeat(30),
       saveReplay: options.replay,
       replaySettings: options.replaySettings,
       permanentLive: options.permanent