]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/plugin-storage.ts
Add option to not transcode original resolution
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / plugin-storage.ts
index ac519045d663a5f1cdd271bfadab06fafab666cc..0bfc4fe28ff0fcbdb4af82fd19f44eb1d7fcaa48 100644 (file)
@@ -11,7 +11,7 @@ import {
   PeerTubeServer,
   PluginsCommand,
   setAccessTokensToServers
-} from '@shared/extra-utils'
+} from '@shared/server-commands'
 import { HttpStatusCode } from '@shared/models'
 
 describe('Test plugin storage', function () {
@@ -32,7 +32,7 @@ describe('Test plugin storage', function () {
     })
 
     it('Should correctly retrieve an array as array from the storage.', async function () {
-      await server.servers.waitUntilLog('storedArrayKey value type is array')
+      await server.servers.waitUntilLog('storedArrayKey isArray is true')
       await server.servers.waitUntilLog('storedArrayKey stored value is toto, toto2')
     })
   })