X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftests%2Fapi%2Fobject-storage%2Flive.ts;h=2c341c139df61653fea2a35d4de1f60821e3c531;hb=bf54587a3e2ad9c2c186828f2a5682b91ee2cc00;hp=3726a717bd74b3eca51c653e1319b581430649ae;hpb=6b5f72beda96d8b7e4d6329c4001827334de27dd;p=github%2FChocobozzz%2FPeerTube.git 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 { waitJobs, waitUntilLivePublishedOnAllServers, waitUntilLiveSavedOnAllServers -} from '@shared/extra-utils' +} from '@shared/server-commands' import { HttpStatusCode, LiveVideoCreate, VideoFile, VideoPrivacy } from '@shared/models' const expect = chai.expect