Revert "actions fail invest: log fastify.closed"

This reverts commit 1c03446304.
This commit is contained in:
tamaina 2025-07-20 22:10:29 +09:00
parent 1c03446304
commit 89d919e4a4
1 changed files with 1 additions and 3 deletions

View File

@ -152,7 +152,7 @@ async function assertDirectError(response: Response, status: number, error: stri
assert.strictEqual(data.error, error);
}
describe('OAuth', () => {
describe.skip('OAuth', () => {
let fastify: FastifyInstance;
let alice: misskey.entities.SignupResponse;
@ -183,9 +183,7 @@ describe('OAuth', () => {
});
afterAll(async () => {
console.log('closing fastify...');
await fastify.close();
console.log('fastify closed.');
});
test('Full flow', async () => {