Begin unit tests
[oweals/peertube.git] / server / tests / utils / videos.ts
index ff7da9bb280ce5f9a43c9bb493f28b0884398d15..fb758cf29bf42081998b10603626602b5a16b447 100644 (file)
@@ -201,7 +201,7 @@ async function testVideoImage (url: string, imageName: string, imagePath: string
   }
 }
 
-async function uploadVideo (url: string, accessToken: string, videoAttributesArg: VideoAttributes, specialStatus = 204) {
+async function uploadVideo (url: string, accessToken: string, videoAttributesArg: VideoAttributes, specialStatus = 200) {
   const path = '/api/v1/videos/upload'
   let defaultChannelId = '1'