test: fix up more ap tests

This commit is contained in:
Julian Lam
2026-04-20 14:05:59 -04:00
parent f631c8b62a
commit d724207eaa
2 changed files with 2 additions and 3 deletions

View File

@@ -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);