mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
fix plugin storage return value when storing a Json array
This commit is contained in:
@@ -27,10 +27,14 @@ describe('Test plugin storage', function () {
|
||||
})
|
||||
|
||||
describe('DB storage', function () {
|
||||
|
||||
it('Should correctly store a subkey', async function () {
|
||||
await server.servers.waitUntilLog('superkey stored value is toto')
|
||||
})
|
||||
|
||||
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 stored value is toto, toto2')
|
||||
})
|
||||
})
|
||||
|
||||
describe('Disk storage', function () {
|
||||
|
||||
Reference in New Issue
Block a user