]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/video-blacklist-management.ts
Move utils to /shared
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / video-blacklist-management.ts
index 7bf39dc9962fbb838ad23cee8c4290d63485b832..06d80a27078d1a878638b7d9ebb1c6a34f965391 100644 (file)
@@ -16,9 +16,9 @@ import {
   setAccessTokensToServers,
   updateVideoBlacklist,
   uploadVideo
-} from '../../utils/index'
-import { doubleFollow } from '../../utils/server/follows'
-import { waitJobs } from '../../utils/server/jobs'
+} from '../../../../shared/utils/index'
+import { doubleFollow } from '../../../../shared/utils/server/follows'
+import { waitJobs } from '../../../../shared/utils/server/jobs'
 import { VideoAbuse } from '../../../../shared/models/videos'
 
 const expect = chai.expect