aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/object-storage/live.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/object-storage/live.ts')
-rw-r--r--server/tests/api/object-storage/live.ts2
1 files changed, 1 insertions, 1 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'
22import { HttpStatusCode, LiveVideoCreate, VideoFile, VideoPrivacy } from '@shared/models' 22import { HttpStatusCode, LiveVideoCreate, VideoFile, VideoPrivacy } from '@shared/models'
23 23
24const expect = chai.expect 24const expect = chai.expect