aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live-views.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/live/live-views.ts')
-rw-r--r--server/tests/api/live/live-views.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-views.ts b/server/tests/api/live/live-views.ts
index ae6af7cfd..75f95b167 100644
--- a/server/tests/api/live/live-views.ts
+++ b/server/tests/api/live/live-views.ts
@@ -71,7 +71,7 @@ describe('Test live', function () {
71 privacy: VideoPrivacy.PUBLIC 71 privacy: VideoPrivacy.PUBLIC
72 } 72 }
73 73
74 const live = await servers[0].liveCommand.createLive({ fields: liveAttributes }) 74 const live = await servers[0].liveCommand.create({ fields: liveAttributes })
75 liveVideoId = live.uuid 75 liveVideoId = live.uuid
76 76
77 command = await servers[0].liveCommand.sendRTMPStreamInVideo({ videoId: liveVideoId }) 77 command = await servers[0].liveCommand.sendRTMPStreamInVideo({ videoId: liveVideoId })