Revert "actions fail invest: skip oauth test"
This reverts commit 9447bbee44
.
This commit is contained in:
parent
3dac916640
commit
90c4551dfe
|
@ -152,7 +152,7 @@ async function assertDirectError(response: Response, status: number, error: stri
|
||||||
assert.strictEqual(data.error, error);
|
assert.strictEqual(data.error, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe.skip('OAuth', () => {
|
describe('OAuth', () => {
|
||||||
let fastify: FastifyInstance;
|
let fastify: FastifyInstance;
|
||||||
|
|
||||||
let alice: misskey.entities.SignupResponse;
|
let alice: misskey.entities.SignupResponse;
|
||||||
|
|
Loading…
Reference in New Issue