]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/activitypub/client.ts
Remove tmp file on image processing error
[github/Chocobozzz/PeerTube.git] / server / tests / api / activitypub / client.ts
index ea0682634f30d8d8ea6df952b0d97bc3fe9295c8..6d90d8643783d9e7718b7bf59d958b4e8fd1dbe9 100644 (file)
@@ -8,10 +8,10 @@ import {
   flushTests,
   killallServers,
   makeActivityPubGetRequest,
-  runServer,
   ServerInfo,
-  setAccessTokensToServers, uploadVideo
-} from '../../utils'
+  setAccessTokensToServers,
+  uploadVideo
+} from '../../../../shared/utils'
 
 const expect = chai.expect