X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fshared%2Frequests.ts;h=57120cacacbaf84a785c513e8f95c2ed24238a57;hb=9295c68b74fe1f1e2e9f72009205d7f0379844c5;hp=d7aedf82f22b092c143af733d65fa000e8b116e4;hpb=7e98a7df7d04e19ba67163a86c7b876d78d76839;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/shared/requests.ts b/server/tests/shared/requests.ts index d7aedf82f..57120caca 100644 --- a/server/tests/shared/requests.ts +++ b/server/tests/shared/requests.ts @@ -22,7 +22,7 @@ export async function makeFollowRequest (to: { url: string }, by: { url: string, object: to.url } - const body = activityPubContextify(follow) + const body = activityPubContextify(follow, 'Follow') const httpSignature = { algorithm: HTTP_SIGNATURE.ALGORITHM,