X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftests%2Fapi%2Fvideos%2Fmultiple-servers.ts;h=cb83fa0f07ac7984c7860f4815398b9bf590f47b;hb=bf54587a3e2ad9c2c186828f2a5682b91ee2cc00;hp=9e7b39cfa432587b3b0c6e3f24c32eebf2ac2bab;hpb=06aad80165d09a8863ab8103149a8ff518b10641;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 9e7b39cfa..cb83fa0f0 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts @@ -18,7 +18,7 @@ import { wait, waitJobs, webtorrentAdd -} from '@shared/extra-utils' +} from '@shared/server-commands' import { HttpStatusCode, VideoCommentThreadTree, VideoPrivacy } from '@shared/models' import { completeVideoCheck } from '@server/tests/shared/video'