mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-14 19:23:08 +02:00
Update activitypub.ts
This commit is contained in:
parent
f34f0dfcb6
commit
b93046c071
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ describe('ActivityPub', () => {
|
|||
test('Fetch paged outbox from IActor', async () => {
|
||||
const actor = createRandomActor();
|
||||
const outbox = createRandomPagedOutbox(actor);
|
||||
const page = createRandomOutboxPage(actor, outbox.id!, 10);
|
||||
const page = createRandomOutboxPage(actor, outbox.id, 10);
|
||||
|
||||
resolver.register(actor.id, actor);
|
||||
resolver.register(actor.outbox as string, outbox);
|
||||
|
|
Loading…
Reference in a new issue