mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
fix: move AP send logging earlier
This commit is contained in:
@@ -59,9 +59,7 @@ describe('FEPs', () => {
|
||||
cid,
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
assert.strictEqual(activitypub._sent.size, 1);
|
||||
}, 250);
|
||||
assert.strictEqual(activitypub._sent.size, 1);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user