]> 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 aaaf232783aa27436a6278587ea8fe0cbca2dcc3..326453a5f2cb0b189c5a1da3d2637b3dac8b5da8 100644 (file)
@@ -2,8 +2,8 @@
 
 import 'mocha'
 import { expect } from 'chai'
-import { HttpStatusCode } from '@shared/core-utils'
-import { cleanupTests, createSingleServer, PeerTubeServer, setAccessTokensToServers } from '@shared/extra-utils'
+import { cleanupTests, createSingleServer, PeerTubeServer, setAccessTokensToServers } from '@shared/server-commands'
+import { HttpStatusCode } from '@shared/models'
 
 describe('Official plugin auth-ldap', function () {
   let server: PeerTubeServer