X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Findex.ts;h=d2bd691312b920530d0adca60812743463bcd098;hb=9107d791e2eef9a1b24b0499dac8b9dbba8a792f;hp=8aa30654ae0d8f11b3a65ed6ac383249e4ba60b0;hpb=7fed637506043e4432cbebe041ada0625171cceb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts index 8aa30654a..d2bd69131 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts @@ -1,5 +1,6 @@ import './action-hooks' import './id-and-pass-auth' +import './external-auth' import './filter-hooks' import './translations' import './video-constants'