X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fcheck-params%2Findex.ts;h=cd7a38459085b5bc2698398337939cdb58deb99a;hb=a85d530384761a0af833caac9b38b9834517c9fa;hp=a27bc85091aaf3891711308f2071e82e9f4c1c10;hpb=2e401e8575decb1d491d0db48ca1ab1eba5b2a66;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/check-params/index.ts b/server/tests/api/check-params/index.ts index a27bc8509..cd7a38459 100644 --- a/server/tests/api/check-params/index.ts +++ b/server/tests/api/check-params/index.ts @@ -10,6 +10,7 @@ import './follows' import './jobs' import './live' import './logs' +import './metrics' import './my-user' import './plugins' import './redundancy' @@ -27,6 +28,8 @@ import './video-channels' import './video-comments' import './video-files' import './video-imports' +import './video-channel-syncs' +import './channel-import-videos' import './video-playlists' import './video-source' import './video-studio'