Still confused, try changing port, again
Test / test (push) Successful in 1m2s
Details
Test / test (push) Successful in 1m2s
Details
This commit is contained in:
parent
d1f20c4a2b
commit
277ee9f2b5
|
|
@ -28,7 +28,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