From c106db14136f1701a8b1eab8d7152395225e55e4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 May 2023 16:23:55 +0200 Subject: Fix tests --- server/tests/api/activitypub/security.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/activitypub') diff --git a/server/tests/api/activitypub/security.ts b/server/tests/api/activitypub/security.ts index d6a07b87f..6cf504f6f 100644 --- a/server/tests/api/activitypub/security.ts +++ b/server/tests/api/activitypub/security.ts @@ -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 -- cgit v1.2.3