X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Fplugin-storage.ts;h=0bfc4fe28ff0fcbdb4af82fd19f44eb1d7fcaa48;hb=84cae54e7a2595bea0c3ea106a4d111fd11a4ec6;hp=ac519045d663a5f1cdd271bfadab06fafab666cc;hpb=ced38c0ffe1e7d30f1f80fe704e571f39b0cc78b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/plugin-storage.ts b/server/tests/plugins/plugin-storage.ts index ac519045d..0bfc4fe28 100644 --- a/server/tests/plugins/plugin-storage.ts +++ b/server/tests/plugins/plugin-storage.ts @@ -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') }) })