X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Ffilter-hooks.ts;h=ac958c5f571d42612a851b16e28870dc840a6fac;hb=dc48fdbe68e9dd3a3a6028181e61d8595d98e654;hp=6f7fec767e76443463410eb707e73e316af880a0;hpb=74a4d53110ebc073dafeb74a7ac815fe00f4706b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index 6f7fec767..ac958c5f5 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts @@ -2,6 +2,7 @@ import 'mocha' import * as chai from 'chai' +import { advancedVideoChannelSearch } from '@shared/extra-utils/search/video-channels' import { ServerConfig } from '@shared/models' import { HttpStatusCode } from '../../../shared/core-utils/miscs/http-error-codes' import { @@ -26,7 +27,6 @@ import { installPlugin, makeRawRequest, registerUser, - searchVideo, setAccessTokensToServers, setDefaultVideoChannel, updateCustomSubConfig, @@ -46,7 +46,6 @@ import { VideoPrivacy } from '../../../shared/models/videos' import { VideoCommentThreadTree } from '../../../shared/models/videos/video-comment.model' -import { advancedVideoChannelSearch } from '@shared/extra-utils/search/video-channels' const expect = chai.expect