diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/index.ts | 1 | ||||
-rw-r--r-- | server/tests/api/transcoding/audio-only.ts (renamed from server/tests/api/videos/audio-only.ts) | 0 | ||||
-rw-r--r-- | server/tests/api/transcoding/create-transcoding.ts (renamed from server/tests/api/videos/video-create-transcoding.ts) | 0 | ||||
-rw-r--r-- | server/tests/api/transcoding/hls.ts (renamed from server/tests/api/videos/video-hls.ts) | 0 | ||||
-rw-r--r-- | server/tests/api/transcoding/index.ts | 5 | ||||
-rw-r--r-- | server/tests/api/transcoding/transcoder.ts (renamed from server/tests/api/videos/video-transcoder.ts) | 0 | ||||
-rw-r--r-- | server/tests/api/transcoding/video-editor.ts (renamed from server/tests/api/videos/video-editor.ts) | 0 | ||||
-rw-r--r-- | server/tests/api/videos/index.ts | 5 |
8 files changed, 6 insertions, 5 deletions
diff --git a/server/tests/api/index.ts b/server/tests/api/index.ts index 19301c0b9..61352a134 100644 --- a/server/tests/api/index.ts +++ b/server/tests/api/index.ts | |||
@@ -7,5 +7,6 @@ import './notifications' | |||
7 | import './redundancy' | 7 | import './redundancy' |
8 | import './search' | 8 | import './search' |
9 | import './server' | 9 | import './server' |
10 | import './transcoding' | ||
10 | import './users' | 11 | import './users' |
11 | import './videos' | 12 | import './videos' |
diff --git a/server/tests/api/videos/audio-only.ts b/server/tests/api/transcoding/audio-only.ts index e7e73d382..e7e73d382 100644 --- a/server/tests/api/videos/audio-only.ts +++ b/server/tests/api/transcoding/audio-only.ts | |||
diff --git a/server/tests/api/videos/video-create-transcoding.ts b/server/tests/api/transcoding/create-transcoding.ts index a4defdf51..a4defdf51 100644 --- a/server/tests/api/videos/video-create-transcoding.ts +++ b/server/tests/api/transcoding/create-transcoding.ts | |||
diff --git a/server/tests/api/videos/video-hls.ts b/server/tests/api/transcoding/hls.ts index 218ec08ae..218ec08ae 100644 --- a/server/tests/api/videos/video-hls.ts +++ b/server/tests/api/transcoding/hls.ts | |||
diff --git a/server/tests/api/transcoding/index.ts b/server/tests/api/transcoding/index.ts new file mode 100644 index 000000000..8a0a1d787 --- /dev/null +++ b/server/tests/api/transcoding/index.ts | |||
@@ -0,0 +1,5 @@ | |||
1 | export * from './audio-only' | ||
2 | export * from './create-transcoding' | ||
3 | export * from './hls' | ||
4 | export * from './transcoder' | ||
5 | export * from './video-editor' | ||
diff --git a/server/tests/api/videos/video-transcoder.ts b/server/tests/api/transcoding/transcoder.ts index 245c4c012..245c4c012 100644 --- a/server/tests/api/videos/video-transcoder.ts +++ b/server/tests/api/transcoding/transcoder.ts | |||
diff --git a/server/tests/api/videos/video-editor.ts b/server/tests/api/transcoding/video-editor.ts index a9b6950cc..a9b6950cc 100644 --- a/server/tests/api/videos/video-editor.ts +++ b/server/tests/api/transcoding/video-editor.ts | |||
diff --git a/server/tests/api/videos/index.ts b/server/tests/api/videos/index.ts index 72e6ae2b4..7dc826353 100644 --- a/server/tests/api/videos/index.ts +++ b/server/tests/api/videos/index.ts | |||
@@ -1,4 +1,3 @@ | |||
1 | import './audio-only' | ||
2 | import './multiple-servers' | 1 | import './multiple-servers' |
3 | import './resumable-upload' | 2 | import './resumable-upload' |
4 | import './single-server' | 3 | import './single-server' |
@@ -6,18 +5,14 @@ import './video-captions' | |||
6 | import './video-change-ownership' | 5 | import './video-change-ownership' |
7 | import './video-channels' | 6 | import './video-channels' |
8 | import './video-comments' | 7 | import './video-comments' |
9 | import './video-create-transcoding' | ||
10 | import './video-description' | 8 | import './video-description' |
11 | import './video-editor' | ||
12 | import './video-files' | 9 | import './video-files' |
13 | import './video-hls' | ||
14 | import './video-imports' | 10 | import './video-imports' |
15 | import './video-nsfw' | 11 | import './video-nsfw' |
16 | import './video-playlists' | 12 | import './video-playlists' |
17 | import './video-playlist-thumbnails' | 13 | import './video-playlist-thumbnails' |
18 | import './video-privacy' | 14 | import './video-privacy' |
19 | import './video-schedule-update' | 15 | import './video-schedule-update' |
20 | import './video-transcoder' | ||
21 | import './videos-common-filters' | 16 | import './videos-common-filters' |
22 | import './videos-history' | 17 | import './videos-history' |
23 | import './videos-overview' | 18 | import './videos-overview' |