diff options
Diffstat (limited to 'server/tests/api/check-params/plugins.ts')
-rw-r--r-- | server/tests/api/check-params/plugins.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tests/api/check-params/plugins.ts b/server/tests/api/check-params/plugins.ts index 02f0d010d..e08cd7ab8 100644 --- a/server/tests/api/check-params/plugins.ts +++ b/server/tests/api/check-params/plugins.ts | |||
@@ -466,8 +466,6 @@ describe('Test server plugins API validators', function () { | |||
466 | }) | 466 | }) |
467 | 467 | ||
468 | it('Should succeed with the correct parameters', async function () { | 468 | it('Should succeed with the correct parameters', async function () { |
469 | this.timeout(10000) | ||
470 | |||
471 | const it = [ | 469 | const it = [ |
472 | { suffix: 'install', status: HttpStatusCode.OK_200 }, | 470 | { suffix: 'install', status: HttpStatusCode.OK_200 }, |
473 | { suffix: 'update', status: HttpStatusCode.OK_200 }, | 471 | { suffix: 'update', status: HttpStatusCode.OK_200 }, |