From 307327863c7189bdd168ec1f2bc83ae2d8006d0b Mon Sep 17 00:00:00 2001 From: Benjie Date: Wed, 16 Oct 2024 10:49:05 +0100 Subject: [PATCH] Apply suggestions from code review --- __tests__/settings.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/settings.test.ts b/__tests__/settings.test.ts index ffa8757..8e5c67c 100644 --- a/__tests__/settings.test.ts +++ b/__tests__/settings.test.ts @@ -362,7 +362,7 @@ describe("gmrc from JS", () => { mockFs({ [DEFAULT_GMRCJS_PATH]: /* JavaScript */ `\ module.exports = { - connectionString: "postgres:///dbowner:password@host:5432/gmrcjs_test", + connectionString: "postgres://dbowner:password@host:5432/gmrcjs_test", };`, }); const settings = await getSettings();