From 277ee9f2b5120b9292fd3c1f2a5db9dd84701f9d Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 17:36:23 -0400 Subject: [PATCH] Still confused, try changing port, again --- api/data/subscription.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/data/subscription.test.ts b/api/data/subscription.test.ts index e63bcf6..a62a230 100644 --- a/api/data/subscription.test.ts +++ b/api/data/subscription.test.ts @@ -28,7 +28,7 @@ const pushSubscription2 = { } jest.mock("./settings", () => ({ - port: 5434, + port: 5432, user: "postgres", password: process.env.POSTGRES_PASSWORD, database: "test",