aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/shared/video.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/shared/video.ts')
-rw-r--r--server/tests/shared/video.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/shared/video.ts b/server/tests/shared/video.ts
index 95b30b27c..cf923d4cd 100644
--- a/server/tests/shared/video.ts
+++ b/server/tests/shared/video.ts
@@ -1,5 +1,5 @@
1/* eslint-disable @typescript-eslint/no-unused-expressions */ 1/* eslint-disable @typescript-eslint/no-unused-expressions */
2import { dateIsValid, makeRawRequest, PeerTubeServer, testImage, webtorrentAdd } from '@shared/extra-utils' 2import { dateIsValid, makeRawRequest, PeerTubeServer, testImage, webtorrentAdd } from '@shared/server-commands'
3import { expect } from 'chai' 3import { expect } from 'chai'
4import { loadLanguages, VIDEO_CATEGORIES, VIDEO_LANGUAGES, VIDEO_LICENCES, VIDEO_PRIVACIES } from '@server/initializers/constants' 4import { loadLanguages, VIDEO_CATEGORIES, VIDEO_LANGUAGES, VIDEO_LICENCES, VIDEO_PRIVACIES } from '@server/initializers/constants'
5import { getLowercaseExtension, uuidRegex } from '@shared/core-utils' 5import { getLowercaseExtension, uuidRegex } from '@shared/core-utils'