aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub/helpers.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-07 09:59:10 +0200
committerChocobozzz <me@florianbigard.com>2022-06-07 09:59:15 +0200
commit6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab (patch)
tree0538eca6cc4020cf2f3a6e5bad8e8b231c1e710c /server/tests/api/activitypub/helpers.ts
parente815f566f37ccc3f115fd7f0a8c3ffcbe8766c01 (diff)
parent462a833e4c14b84224182adbe9e963535c165ad1 (diff)
downloadPeerTube-6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab.tar.gz
PeerTube-6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab.tar.zst
PeerTube-6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab.zip
Merge branch 'release/4.2.0' into develop
Diffstat (limited to 'server/tests/api/activitypub/helpers.ts')
-rw-r--r--server/tests/api/activitypub/helpers.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/api/activitypub/helpers.ts b/server/tests/api/activitypub/helpers.ts
index bc1de35d1..56de7a879 100644
--- a/server/tests/api/activitypub/helpers.ts
+++ b/server/tests/api/activitypub/helpers.ts
@@ -9,6 +9,7 @@ import { buildAbsoluteFixturePath } from '@shared/core-utils'
9import { isHTTPSignatureVerified, isJsonLDSignatureVerified, parseHTTPSignature } from '../../../helpers/peertube-crypto' 9import { isHTTPSignatureVerified, isJsonLDSignatureVerified, parseHTTPSignature } from '../../../helpers/peertube-crypto'
10 10
11describe('Test activity pub helpers', function () { 11describe('Test activity pub helpers', function () {
12
12 describe('When checking the Linked Signature', function () { 13 describe('When checking the Linked Signature', function () {
13 14
14 it('Should fail with an invalid Mastodon signature', async function () { 15 it('Should fail with an invalid Mastodon signature', async function () {