aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-16 10:15:27 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-12-16 10:17:39 +0100
commit51872b82a1187aaecc0c91c4eaf04f37fff5c506 (patch)
treeae1bedcc7a1dfdca56081ca42f2663ae12687338 /server/tests/plugins
parentced38c0ffe1e7d30f1f80fe704e571f39b0cc78b (diff)
downloadPeerTube-51872b82a1187aaecc0c91c4eaf04f37fff5c506.tar.gz
PeerTube-51872b82a1187aaecc0c91c4eaf04f37fff5c506.tar.zst
PeerTube-51872b82a1187aaecc0c91c4eaf04f37fff5c506.zip
Fix tests
Diffstat (limited to 'server/tests/plugins')
-rw-r--r--server/tests/plugins/plugin-storage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-storage.ts b/server/tests/plugins/plugin-storage.ts
index ac519045d..c0596819e 100644
--- a/server/tests/plugins/plugin-storage.ts
+++ b/server/tests/plugins/plugin-storage.ts
@@ -32,7 +32,7 @@ describe('Test plugin storage', function () {
32 }) 32 })
33 33
34 it('Should correctly retrieve an array as array from the storage.', async function () { 34 it('Should correctly retrieve an array as array from the storage.', async function () {
35 await server.servers.waitUntilLog('storedArrayKey value type is array') 35 await server.servers.waitUntilLog('storedArrayKey isArray is true')
36 await server.servers.waitUntilLog('storedArrayKey stored value is toto, toto2') 36 await server.servers.waitUntilLog('storedArrayKey stored value is toto, toto2')
37 }) 37 })
38 }) 38 })