diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/moderation/index.ts | 2 | ||||
-rw-r--r-- | server/tests/api/moderation/video-abuse.ts (renamed from server/tests/api/videos/video-abuse.ts) | 0 | ||||
-rw-r--r-- | server/tests/api/moderation/video-blacklist.ts (renamed from server/tests/api/videos/video-blacklist.ts) | 0 | ||||
-rw-r--r-- | server/tests/api/server/index.ts | 1 | ||||
-rw-r--r-- | server/tests/api/server/services.ts (renamed from server/tests/api/videos/services.ts) | 0 | ||||
-rw-r--r-- | server/tests/api/videos/index.ts | 3 |
6 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/api/moderation/index.ts b/server/tests/api/moderation/index.ts index cb018d88e..ceb223003 100644 --- a/server/tests/api/moderation/index.ts +++ b/server/tests/api/moderation/index.ts | |||
@@ -1,2 +1,4 @@ | |||
1 | export * from './abuses' | 1 | export * from './abuses' |
2 | export * from './blocklist' | 2 | export * from './blocklist' |
3 | export * from './video-abuse' | ||
4 | export * from './video-blacklist' | ||
diff --git a/server/tests/api/videos/video-abuse.ts b/server/tests/api/moderation/video-abuse.ts index 0b6a0e8ae..0b6a0e8ae 100644 --- a/server/tests/api/videos/video-abuse.ts +++ b/server/tests/api/moderation/video-abuse.ts | |||
diff --git a/server/tests/api/videos/video-blacklist.ts b/server/tests/api/moderation/video-blacklist.ts index 52cac20d9..52cac20d9 100644 --- a/server/tests/api/videos/video-blacklist.ts +++ b/server/tests/api/moderation/video-blacklist.ts | |||
diff --git a/server/tests/api/server/index.ts b/server/tests/api/server/index.ts index 08205b2c8..be743973a 100644 --- a/server/tests/api/server/index.ts +++ b/server/tests/api/server/index.ts | |||
@@ -9,6 +9,7 @@ import './handle-down' | |||
9 | import './jobs' | 9 | import './jobs' |
10 | import './logs' | 10 | import './logs' |
11 | import './reverse-proxy' | 11 | import './reverse-proxy' |
12 | import './services' | ||
12 | import './stats' | 13 | import './stats' |
13 | import './tracker' | 14 | import './tracker' |
14 | import './no-client' | 15 | import './no-client' |
diff --git a/server/tests/api/videos/services.ts b/server/tests/api/server/services.ts index 897f37c04..897f37c04 100644 --- a/server/tests/api/videos/services.ts +++ b/server/tests/api/server/services.ts | |||
diff --git a/server/tests/api/videos/index.ts b/server/tests/api/videos/index.ts index 4d35d3b7c..fc8b447b7 100644 --- a/server/tests/api/videos/index.ts +++ b/server/tests/api/videos/index.ts | |||
@@ -1,9 +1,6 @@ | |||
1 | import './audio-only' | 1 | import './audio-only' |
2 | import './multiple-servers' | 2 | import './multiple-servers' |
3 | import './services' | ||
4 | import './single-server' | 3 | import './single-server' |
5 | import './video-abuse' | ||
6 | import './video-blacklist' | ||
7 | import './video-captions' | 4 | import './video-captions' |
8 | import './video-change-ownership' | 5 | import './video-change-ownership' |
9 | import './video-channels' | 6 | import './video-channels' |