]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/videos-history.ts
Move utils to /shared
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / videos-history.ts
index 808c3b616fce92d04cfea6629f25367c217bc054..09c6f7861d9572b91e7da4a499e79709891f2114 100644 (file)
@@ -11,7 +11,7 @@ import {
   ServerInfo,
   setAccessTokensToServers,
   uploadVideo
-} from '../../utils'
+} from '../../../../shared/utils'
 
 const expect = chai.expect