Fix pg test
This commit is contained in:
parent
afa282ecbf
commit
7474099bac
|
@ -58,7 +58,7 @@ describe("row api - postgres", () => {
|
|||
port,
|
||||
database: "postgres",
|
||||
user: "postgres",
|
||||
password: process.env.POSTGRES_PASSWORD!,
|
||||
password: "password",
|
||||
schema: "public",
|
||||
ssl: false,
|
||||
rejectUnauthorized: false,
|
||||
|
|
Loading…
Reference in New Issue