]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/notifications/moderation-notifications.ts
Move AP request in requests file
[github/Chocobozzz/PeerTube.git] / server / tests / api / notifications / moderation-notifications.ts
index f77719c6839ed50b8147fc0338d41ebd24c3f366..c4f63200a41097ca489271fd600719a832943149 100644 (file)
@@ -235,7 +235,7 @@ describe('Test moderation notifications', function () {
       const video = resVideo.body.video
 
       {
-        const body  = await servers[0].abusesCommand.report({ token: userAccessToken, videoId: video.id, reason: 'super reason' })
+        const body = await servers[0].abusesCommand.report({ token: userAccessToken, videoId: video.id, reason: 'super reason' })
         abuseId = body.abuse.id
       }