Try different port? Not sure why the database connection is being refused
Test / test (push) Successful in 1m23s
Details
Test / test (push) Successful in 1m23s
Details
This commit is contained in:
parent
8aad5028ab
commit
5c230f8e5c
|
|
@ -26,7 +26,7 @@ const pushSubscription2 = {
|
||||||
}
|
}
|
||||||
|
|
||||||
jest.mock("./settings", () => ({
|
jest.mock("./settings", () => ({
|
||||||
port: 5434,
|
port: 5432,
|
||||||
user: "postgres",
|
user: "postgres",
|
||||||
password: process.env.POSTGRES_PASSWORD,
|
password: process.env.POSTGRES_PASSWORD,
|
||||||
database: "test",
|
database: "test",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue