mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 03:15:30 +02:00
test: fix up more ap tests
This commit is contained in:
@@ -24,7 +24,6 @@ describe('Mocking', () => {
|
||||
let { postData } = await topics.post({
|
||||
cid,
|
||||
uid: this.uid,
|
||||
title: utils.generateUUID(),
|
||||
content: utils.generateUUID(),
|
||||
});
|
||||
this.note = await activitypub.mocks.notes.public(postData);
|
||||
|
||||
Reference in New Issue
Block a user