X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fcli%2Fcreate-import-video-file-job.ts;h=8ef0545d07c3b4ceded3a002643eb1a024969638;hb=927fa4b11f692174d6296aa096d7a74bacdeea8b;hp=c06b9550cb4d611216c657f9c15da7aa2978d850;hpb=450de91e22ba1388e14e12ada875c94e0c38f5d3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/cli/create-import-video-file-job.ts b/server/tests/cli/create-import-video-file-job.ts index c06b9550c..8ef0545d0 100644 --- a/server/tests/cli/create-import-video-file-job.ts +++ b/server/tests/cli/create-import-video-file-job.ts @@ -2,19 +2,19 @@ import 'mocha' import * as chai from 'chai' +import { areObjectStorageTestsDisabled } from '@shared/core-utils' +import { HttpStatusCode, VideoDetails, VideoFile, VideoInclude } from '@shared/models' import { - areObjectStorageTestsDisabled, cleanupTests, createMultipleServers, doubleFollow, - expectStartWith, makeRawRequest, ObjectStorageCommand, PeerTubeServer, setAccessTokensToServers, waitJobs -} from '@shared/extra-utils' -import { HttpStatusCode, VideoDetails, VideoFile, VideoInclude } from '@shared/models' +} from '@shared/server-commands' +import { expectStartWith } from '../shared' const expect = chai.expect