forked from mirror/misskey
fix oauth test
This commit is contained in:
parent
8291dfa045
commit
0ebedafc81
@ -160,7 +160,7 @@ describe('OAuth', () => {
|
||||
alice = await signup({ username: 'alice' });
|
||||
bob = await signup({ username: 'bob' });
|
||||
|
||||
fastify = Fastify();
|
||||
fastify = Fastify({ forceCloseConnections: true });
|
||||
fastify.get('/', async (request, reply) => {
|
||||
sender(reply);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user