From 5c230f8e5cf644bd9f2ee58b511afa874ea6dc54 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 13:53:31 -0400 Subject: [PATCH] Try different port? Not sure why the database connection is being refused --- 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 20fef80..540838d 100644 --- a/api/data/subscription.test.ts +++ b/api/data/subscription.test.ts @@ -26,7 +26,7 @@ const pushSubscription2 = { } jest.mock("./settings", () => ({ - port: 5434, + port: 5432, user: "postgres", password: process.env.POSTGRES_PASSWORD, database: "test",