diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-10 16:23:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-10 16:23:55 +0200 |
commit | c106db14136f1701a8b1eab8d7152395225e55e4 (patch) | |
tree | 7a44b5e62bfbf572195a568128334c05adc9480d /server/tests/api/activitypub | |
parent | c17a55fbca5f1cbe0fbf7aac6b862eb47d01cb4f (diff) | |
download | PeerTube-c106db14136f1701a8b1eab8d7152395225e55e4.tar.gz PeerTube-c106db14136f1701a8b1eab8d7152395225e55e4.tar.zst PeerTube-c106db14136f1701a8b1eab8d7152395225e55e4.zip |
Fix tests
Diffstat (limited to 'server/tests/api/activitypub')
-rw-r--r-- | server/tests/api/activitypub/security.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
71 | 71 | ||
72 | describe('Test ActivityPub security', function () { | 72 | describe('Test ActivityPub security', function () { |
73 | let servers: PeerTubeServer[] | 73 | let servers: PeerTubeServer[] |
74 | let sqlCommands: SQLCommand[] | 74 | let sqlCommands: SQLCommand[] = [] |
75 | 75 | ||
76 | let url: string | 76 | let url: string |
77 | 77 | ||