Revert "actions fail invest: skip oauth test"

This reverts commit 9447bbee44.
This commit is contained in:
tamaina 2025-07-19 03:03:05 +09:00
parent 3dac916640
commit 90c4551dfe
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;