]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/video-imports.ts
Fix external auth email/password update
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / video-imports.ts
index 4d5989f43995e25a377e877f56e2528f4ae20510..d211859e401ca191aee42f8d1c9d7078182c22bd 100644 (file)
@@ -175,7 +175,7 @@ Ajouter un sous-titre est vraiment facile`)
 
     {
       const attributes = immutableAssign(baseAttributes, {
-        torrentfile: 'video-720p.torrent',
+        torrentfile: 'video-720p.torrent' as any,
         description: 'this is a super torrent description',
         tags: [ 'tag_torrent1', 'tag_torrent2' ]
       })