aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/videos/index.ts')
-rw-r--r--server/tests/api/videos/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/api/videos/index.ts b/server/tests/api/videos/index.ts
index fc8b447b7..5c07f8926 100644
--- a/server/tests/api/videos/index.ts
+++ b/server/tests/api/videos/index.ts
@@ -1,5 +1,6 @@
1import './audio-only' 1import './audio-only'
2import './multiple-servers' 2import './multiple-servers'
3import './resumable-upload'
3import './single-server' 4import './single-server'
4import './video-captions' 5import './video-captions'
5import './video-change-ownership' 6import './video-change-ownership'