From 94ebf2ac5af89f01bdc3cc64764935e14bf379ce Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 12 Sep 2021 00:47:34 +0900 Subject: [PATCH] revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 --- test/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.ts b/test/utils.ts index 253c410bf0..1a0c54463d 100644 --- a/test/utils.ts +++ b/test/utils.ts @@ -158,7 +158,7 @@ export async function initTestDb(justBorrow = false, initEntities?: any[]) { await conn.close(); } catch (e) {} - return createConnection({ + return await createConnection({ type: 'postgres', host: config.db.host, port: config.db.port,