Revert "Reapply "actions fail invest: skip oauth test""
This reverts commit db67e81b99
.
This commit is contained in:
parent
ef6e3ca2ad
commit
382d6567a5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue