]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/redundancy/manage-redundancy.ts
Translate plugin settings
[github/Chocobozzz/PeerTube.git] / server / tests / api / redundancy / manage-redundancy.ts
index 5fd464dedbbe7442b5320e912d39795225b28fad..cbf3106bd433f1b31f89eefee7a353fe7f557358 100644 (file)
@@ -10,7 +10,7 @@ import {
   RedundancyCommand,
   setAccessTokensToServers,
   waitJobs
-} from '@shared/extra-utils'
+} from '@shared/server-commands'
 import { VideoPrivacy, VideoRedundanciesTarget } from '@shared/models'
 
 const expect = chai.expect