test: adjust test runner detection in AP code

This commit is contained in:
Julian Lam
2025-03-02 21:58:46 -05:00
parent d948334713
commit 7ceb6d69ae
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ describe('ActivityPub integration', () => {
delete meta.config.activitypubEnabled;
});
describe.only('Outgoing AP logging for test runner', () => {
describe('Outgoing AP logging for test runner', () => {
it('should log an entry in ActivityPub._sent when .send is called', async () => {
const uuid = utils.generateUUID();
const uid = await user.create({ username: uuid });