]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/video-abuses.ts
Improve client mobile version
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / video-abuses.ts
index 30d15778d0ae05c5a735cb704dfdb4f81d79d221..eac12b6f004dd8c3d51193ffd8adde9cca833645 100644 (file)
@@ -106,7 +106,7 @@ describe('Test video abuses API validators', function () {
     it('Should fail with a wrong video', async function () {
       const wrongPath = '/api/v1/videos/blabla/abuse'
       const fields = {}
-      await makePostBodyRequest({ url: server.url, path: wrongPath, token: server.accessToken, fields})
+      await makePostBodyRequest({ url: server.url, path: wrongPath, token: server.accessToken, fields })
     })
 
     it('Should fail with a non authenticated user', async function () {