X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fcheck-params%2Findex.ts;h=cd7a38459085b5bc2698398337939cdb58deb99a;hb=8a6828b1664ce3fc535d23c54ed22bab35588d06;hp=a27bc85091aaf3891711308f2071e82e9f4c1c10;hpb=371d4c60639e405ce8a503bea1395e9102fbba84;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'