Try different port? Not sure why the database connection is being refused
Test / test (push) Successful in 1m23s Details

This commit is contained in:
Jeff 2024-10-19 13:53:31 -04:00
parent 8aad5028ab
commit 5c230f8e5c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const pushSubscription2 = {
}
jest.mock("./settings", () => ({
port: 5434,
port: 5432,
user: "postgres",
password: process.env.POSTGRES_PASSWORD,
database: "test",