mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
chore: remove debug log
This commit is contained in:
@@ -234,7 +234,6 @@ describe('ActivityPub integration', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should return a valid ActivityPub Actor JSON-LD payload', async () => {
|
it('should return a valid ActivityPub Actor JSON-LD payload', async () => {
|
||||||
console.log(body);
|
|
||||||
assert(body.hasOwnProperty('@context'));
|
assert(body.hasOwnProperty('@context'));
|
||||||
assert(body['@context'].includes('https://www.w3.org/ns/activitystreams'));
|
assert(body['@context'].includes('https://www.w3.org/ns/activitystreams'));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user