Update activitypub.ts

This commit is contained in:
syuilo 2023-10-03 17:08:05 +09:00 committed by GitHub
parent c3714c02ba
commit 0e58f515fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ describe('ActivityPub', () => {
}, },
}).compile(); }).compile();
await app.init();
app.enableShutdownHooks(); app.enableShutdownHooks();
noteService = app.get<ApNoteService>(ApNoteService); noteService = app.get<ApNoteService>(ApNoteService);