]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/activitypub/security.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / activitypub / security.ts
index d6a07b87f910d34c78b8e87c8163ede3c1911074..6cf504f6f348dc9f644f3e00ebe51d682f91e2c0 100644 (file)
@@ -71,7 +71,7 @@ async function makeFollowRequest (to: { url: string }, by: { url: string, privat
 
 describe('Test ActivityPub security', function () {
   let servers: PeerTubeServer[]
-  let sqlCommands: SQLCommand[]
+  let sqlCommands: SQLCommand[] = []
 
   let url: string