diff options
Diffstat (limited to 'server/tests/api/check-params/abuses.ts')
-rw-r--r-- | server/tests/api/check-params/abuses.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/tests/api/check-params/abuses.ts b/server/tests/api/check-params/abuses.ts index ba7c0833f..8964c0ab2 100644 --- a/server/tests/api/check-params/abuses.ts +++ b/server/tests/api/check-params/abuses.ts | |||
@@ -21,9 +21,7 @@ import { | |||
21 | checkBadStartPagination | 21 | checkBadStartPagination |
22 | } from '../../../../shared/extra-utils/requests/check-api-params' | 22 | } from '../../../../shared/extra-utils/requests/check-api-params' |
23 | 23 | ||
24 | // FIXME: deprecated in 2.3. Remove this controller | 24 | describe('Test abuses API validators', function () { |
25 | |||
26 | describe('Test video abuses API validators', function () { | ||
27 | const basePath = '/api/v1/abuses/' | 25 | const basePath = '/api/v1/abuses/' |
28 | 26 | ||
29 | let server: ServerInfo | 27 | let server: ServerInfo |