aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/plugins/filter-hooks.ts3
1 files changed, 1 insertions, 2 deletions
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 @@
2 2
3import 'mocha' 3import 'mocha'
4import * as chai from 'chai' 4import * as chai from 'chai'
5import { advancedVideoChannelSearch } from '@shared/extra-utils/search/video-channels'
5import { ServerConfig } from '@shared/models' 6import { ServerConfig } from '@shared/models'
6import { HttpStatusCode } from '../../../shared/core-utils/miscs/http-error-codes' 7import { HttpStatusCode } from '../../../shared/core-utils/miscs/http-error-codes'
7import { 8import {
@@ -26,7 +27,6 @@ import {
26 installPlugin, 27 installPlugin,
27 makeRawRequest, 28 makeRawRequest,
28 registerUser, 29 registerUser,
29 searchVideo,
30 setAccessTokensToServers, 30 setAccessTokensToServers,
31 setDefaultVideoChannel, 31 setDefaultVideoChannel,
32 updateCustomSubConfig, 32 updateCustomSubConfig,
@@ -46,7 +46,6 @@ import {
46 VideoPrivacy 46 VideoPrivacy
47} from '../../../shared/models/videos' 47} from '../../../shared/models/videos'
48import { VideoCommentThreadTree } from '../../../shared/models/videos/video-comment.model' 48import { VideoCommentThreadTree } from '../../../shared/models/videos/video-comment.model'
49import { advancedVideoChannelSearch } from '@shared/extra-utils/search/video-channels'
50 49
51const expect = chai.expect 50const expect = chai.expect
52 51