diff options
Diffstat (limited to 'server/tests/api/check-params/jobs.ts')
-rw-r--r-- | server/tests/api/check-params/jobs.ts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/server/tests/api/check-params/jobs.ts b/server/tests/api/check-params/jobs.ts index ec2be0b9f..c70139514 100644 --- a/server/tests/api/check-params/jobs.ts +++ b/server/tests/api/check-params/jobs.ts | |||
@@ -9,7 +9,8 @@ import { | |||
9 | flushAndRunServer, | 9 | flushAndRunServer, |
10 | ServerInfo, | 10 | ServerInfo, |
11 | setAccessTokensToServers, | 11 | setAccessTokensToServers, |
12 | userLogin | 12 | userLogin, |
13 | cleanupTests | ||
13 | } from '../../../../shared/extra-utils' | 14 | } from '../../../../shared/extra-utils' |
14 | import { | 15 | import { |
15 | checkBadCountPagination, | 16 | checkBadCountPagination, |
@@ -80,7 +81,7 @@ describe('Test jobs API validators', function () { | |||
80 | }) | 81 | }) |
81 | }) | 82 | }) |
82 | 83 | ||
83 | after(function () { | 84 | after(async function () { |
84 | killallServers([ server ]) | 85 | await cleanupTests([ server ]) |
85 | }) | 86 | }) |
86 | }) | 87 | }) |