]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/activitypub/helpers.ts
Refactor video rights checker
[github/Chocobozzz/PeerTube.git] / server / tests / api / activitypub / helpers.ts
index bc1de35d1f7f5da98e9e28e8f1bb2c01d91eb8f8..56de7a87913f1eb65c1c663d9d97c635a8ac94d2 100644 (file)
@@ -9,6 +9,7 @@ import { buildAbsoluteFixturePath } from '@shared/core-utils'
 import { isHTTPSignatureVerified, isJsonLDSignatureVerified, parseHTTPSignature } from '../../../helpers/peertube-crypto'
 
 describe('Test activity pub helpers', function () {
+
   describe('When checking the Linked Signature', function () {
 
     it('Should fail with an invalid Mastodon signature', async function () {