diff options
Diffstat (limited to 'server/tests/api/check-params/index.ts')
-rw-r--r-- | server/tests/api/check-params/index.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/server/tests/api/check-params/index.ts b/server/tests/api/check-params/index.ts index b22bf054a..ab0aa1580 100644 --- a/server/tests/api/check-params/index.ts +++ b/server/tests/api/check-params/index.ts | |||
@@ -1,8 +1,10 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './follows' | 2 | import './follows' |
3 | import './jobs' | 3 | import './jobs' |
4 | import './users' | ||
5 | import './services' | 4 | import './services' |
6 | import './videos' | 5 | import './users' |
7 | import './video-abuses' | 6 | import './video-abuses' |
8 | import './video-blacklist' | 7 | import './video-blacklist' |
8 | import './video-channels' | ||
9 | import './video-comments' | ||
10 | import './videos' | ||