aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-change-ownership.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/videos/video-change-ownership.ts')
-rw-r--r--server/tests/api/videos/video-change-ownership.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-change-ownership.ts b/server/tests/api/videos/video-change-ownership.ts
index 88e4d51a2..3c33cf015 100644
--- a/server/tests/api/videos/video-change-ownership.ts
+++ b/server/tests/api/videos/video-change-ownership.ts
@@ -111,7 +111,7 @@ describe('Test video change ownership - nominal', function () {
111 111
112 { 112 {
113 const attributes = { name: 'live', channelId: firstUserChannelId, privacy: VideoPrivacy.PUBLIC } 113 const attributes = { name: 'live', channelId: firstUserChannelId, privacy: VideoPrivacy.PUBLIC }
114 const video = await servers[0].liveCommand.createLive({ token: firstUserAccessToken, fields: attributes }) 114 const video = await servers[0].liveCommand.create({ token: firstUserAccessToken, fields: attributes })
115 115
116 liveId = video.id 116 liveId = video.id
117 } 117 }