Revert "actions fail invest: log fastify.closed"
This reverts commit 1c03446304
.
This commit is contained in:
parent
1c03446304
commit
89d919e4a4
|
@ -152,7 +152,7 @@ async function assertDirectError(response: Response, status: number, error: stri
|
||||||
assert.strictEqual(data.error, error);
|
assert.strictEqual(data.error, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('OAuth', () => {
|
describe.skip('OAuth', () => {
|
||||||
let fastify: FastifyInstance;
|
let fastify: FastifyInstance;
|
||||||
|
|
||||||
let alice: misskey.entities.SignupResponse;
|
let alice: misskey.entities.SignupResponse;
|
||||||
|
@ -183,9 +183,7 @@ describe('OAuth', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
console.log('closing fastify...');
|
|
||||||
await fastify.close();
|
await fastify.close();
|
||||||
console.log('fastify closed.');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Full flow', async () => {
|
test('Full flow', async () => {
|
||||||
|
|
Loading…
Reference in New Issue