mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-23 03:09:52 +02:00
fix: tests
This commit is contained in:
@@ -473,6 +473,8 @@ describe('ActivityPub integration', () => {
|
|||||||
type: 'Person',
|
type: 'Person',
|
||||||
name: 'example',
|
name: 'example',
|
||||||
preferredUsername: 'example',
|
preferredUsername: 'example',
|
||||||
|
inbox: `https://example.org/user/${uid}/inbox`,
|
||||||
|
outbox: `https://example.org/user/${uid}/outbox`,
|
||||||
|
|
||||||
publicKey: {
|
publicKey: {
|
||||||
id: `${actorUri}#key`,
|
id: `${actorUri}#key`,
|
||||||
|
|||||||
Reference in New Issue
Block a user