diff options
Diffstat (limited to 'server/tests/api/object-storage')
-rw-r--r-- | server/tests/api/object-storage/live.ts | 2 | ||||
-rw-r--r-- | server/tests/api/object-storage/video-imports.ts | 2 | ||||
-rw-r--r-- | server/tests/api/object-storage/videos.ts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/api/object-storage/live.ts b/server/tests/api/object-storage/live.ts index 3726a717b..2c341c139 100644 --- a/server/tests/api/object-storage/live.ts +++ b/server/tests/api/object-storage/live.ts | |||
@@ -18,7 +18,7 @@ import { | |||
18 | waitJobs, | 18 | waitJobs, |
19 | waitUntilLivePublishedOnAllServers, | 19 | waitUntilLivePublishedOnAllServers, |
20 | waitUntilLiveSavedOnAllServers | 20 | waitUntilLiveSavedOnAllServers |
21 | } from '@shared/extra-utils' | 21 | } from '@shared/server-commands' |
22 | import { HttpStatusCode, LiveVideoCreate, VideoFile, VideoPrivacy } from '@shared/models' | 22 | import { HttpStatusCode, LiveVideoCreate, VideoFile, VideoPrivacy } from '@shared/models' |
23 | 23 | ||
24 | const expect = chai.expect | 24 | const expect = chai.expect |
diff --git a/server/tests/api/object-storage/video-imports.ts b/server/tests/api/object-storage/video-imports.ts index 363fe3b5b..adca16e8f 100644 --- a/server/tests/api/object-storage/video-imports.ts +++ b/server/tests/api/object-storage/video-imports.ts | |||
@@ -14,7 +14,7 @@ import { | |||
14 | setAccessTokensToServers, | 14 | setAccessTokensToServers, |
15 | setDefaultVideoChannel, | 15 | setDefaultVideoChannel, |
16 | waitJobs | 16 | waitJobs |
17 | } from '@shared/extra-utils' | 17 | } from '@shared/server-commands' |
18 | import { HttpStatusCode, VideoPrivacy } from '@shared/models' | 18 | import { HttpStatusCode, VideoPrivacy } from '@shared/models' |
19 | 19 | ||
20 | const expect = chai.expect | 20 | const expect = chai.expect |
diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts index 35a5f19ed..bf469015f 100644 --- a/server/tests/api/object-storage/videos.ts +++ b/server/tests/api/object-storage/videos.ts | |||
@@ -20,7 +20,7 @@ import { | |||
20 | setAccessTokensToServers, | 20 | setAccessTokensToServers, |
21 | waitJobs, | 21 | waitJobs, |
22 | webtorrentAdd | 22 | webtorrentAdd |
23 | } from '@shared/extra-utils' | 23 | } from '@shared/server-commands' |
24 | import { HttpStatusCode, VideoDetails } from '@shared/models' | 24 | import { HttpStatusCode, VideoDetails } from '@shared/models' |
25 | 25 | ||
26 | const expect = chai.expect | 26 | const expect = chai.expect |