Revert "Reapply "actions fail invest: skip oauth test""

This reverts commit db67e81b99.
This commit is contained in:
tamaina 2025-07-20 23:07:34 +09:00
parent ef6e3ca2ad
commit 382d6567a5
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ async function assertDirectError(response: Response, status: number, error: stri
assert.strictEqual(data.error, error);
}
describe.skip('OAuth', () => {
describe('OAuth', () => {
let fastify: FastifyInstance;
let alice: misskey.entities.SignupResponse;