]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/config.ts
Add migrations
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / config.ts
index 5373d02f228c62c29b60b97a3a8f5438c44de020..a999166278c70a29b071809b888f8be4f222a6b7 100644 (file)
@@ -16,7 +16,7 @@ import {
   runServer,
   setAccessTokensToServers,
   updateCustomConfig
-} from '../../../../shared/utils'
+} from '../../../../shared/extra-utils'
 import { ServerConfig } from '../../../../shared/models'
 
 const expect = chai.expect