]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/external-plugins/auth-ldap.ts
Lazy load piscina
[github/Chocobozzz/PeerTube.git] / server / tests / external-plugins / auth-ldap.ts
index 12b4a1b8d225a7cfc06b93a283a1f261f8af1b6b..326453a5f2cb0b189c5a1da3d2637b3dac8b5da8 100644 (file)
@@ -2,8 +2,8 @@
 
 import 'mocha'
 import { expect } from 'chai'
+import { cleanupTests, createSingleServer, PeerTubeServer, setAccessTokensToServers } from '@shared/server-commands'
 import { HttpStatusCode } from '@shared/models'
-import { cleanupTests, createSingleServer, PeerTubeServer, setAccessTokensToServers } from '@shared/extra-utils'
 
 describe('Official plugin auth-ldap', function () {
   let server: PeerTubeServer