test: missing clear ap send cache

This commit is contained in:
Julian Lam
2025-04-15 10:12:53 -04:00
parent 0689da8120
commit 512f889ec2

View File

@@ -258,6 +258,7 @@ describe('Notes', () => {
before(async () => {
({ cid } = await categories.create({ name: utils.generateUUID() }));
activitypub._sent.clear();
});
afterEach(() => {