diff --git a/test/activitypub/notes.js b/test/activitypub/notes.js index 3e2fbe7fcd..3b33242d6f 100644 --- a/test/activitypub/notes.js +++ b/test/activitypub/notes.js @@ -258,6 +258,7 @@ describe('Notes', () => { before(async () => { ({ cid } = await categories.create({ name: utils.generateUUID() })); + activitypub._sent.clear(); }); afterEach(() => {