]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/html-injection.ts
Better 413 error handling in cli script
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / html-injection.ts
index 2902c39b7dd1f4a514dc4b96e5fd8e21a1927869..0a3a9c25f5f8a3e76ab276fadfe3627821bf2bf4 100644 (file)
@@ -6,10 +6,10 @@ import {
   cleanupTests,
   createSingleServer,
   makeHTMLRequest,
-  PluginsCommand,
   PeerTubeServer,
+  PluginsCommand,
   setAccessTokensToServers
-} from '../../../shared/extra-utils'
+} from '@shared/server-commands'
 
 const expect = chai.expect