diff options
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/videos-filter.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/videos-filter.ts b/server/tests/api/check-params/videos-filter.ts index 2391584a7..4d54a4fd0 100644 --- a/server/tests/api/check-params/videos-filter.ts +++ b/server/tests/api/check-params/videos-filter.ts | |||
@@ -35,7 +35,7 @@ async function testEndpoints (server: ServerInfo, token: string, filter: string, | |||
35 | } | 35 | } |
36 | } | 36 | } |
37 | 37 | ||
38 | describe('Test videos filters', function () { | 38 | describe('Test video filters validators', function () { |
39 | let server: ServerInfo | 39 | let server: ServerInfo |
40 | let userAccessToken: string | 40 | let userAccessToken: string |
41 | let moderatorAccessToken: string | 41 | let moderatorAccessToken: string |