]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/plugin-storage.ts
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / plugin-storage.ts
index ac519045d663a5f1cdd271bfadab06fafab666cc..112652a1fe23d3d4825a2ffbd76ad371f0ca1252 100644 (file)
@@ -1,6 +1,5 @@
 /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
 
-import 'mocha'
 import { expect } from 'chai'
 import { pathExists, readdir, readFile } from 'fs-extra'
 import { join } from 'path'
@@ -11,7 +10,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 +31,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')
     })
   })