diff options
Diffstat (limited to 'server/tests/api/check-params/video-abuses.ts')
-rw-r--r-- | server/tests/api/check-params/video-abuses.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-abuses.ts b/server/tests/api/check-params/video-abuses.ts index 30d15778d..eac12b6f0 100644 --- a/server/tests/api/check-params/video-abuses.ts +++ b/server/tests/api/check-params/video-abuses.ts | |||
@@ -106,7 +106,7 @@ describe('Test video abuses API validators', function () { | |||
106 | it('Should fail with a wrong video', async function () { | 106 | it('Should fail with a wrong video', async function () { |
107 | const wrongPath = '/api/v1/videos/blabla/abuse' | 107 | const wrongPath = '/api/v1/videos/blabla/abuse' |
108 | const fields = {} | 108 | const fields = {} |
109 | await makePostBodyRequest({ url: server.url, path: wrongPath, token: server.accessToken, fields}) | 109 | await makePostBodyRequest({ url: server.url, path: wrongPath, token: server.accessToken, fields }) |
110 | }) | 110 | }) |
111 | 111 | ||
112 | it('Should fail with a non authenticated user', async function () { | 112 | it('Should fail with a non authenticated user', async function () { |