Still confused, try changing port, again
Test / test (push) Successful in 1m2s Details

This commit is contained in:
Jeff 2024-10-19 17:36:23 -04:00
parent d1f20c4a2b
commit 277ee9f2b5
1 changed files with 1 additions and 1 deletions

View File

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