1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00

Fix pg test

This commit is contained in:
adrinr 2023-02-07 10:12:42 +00:00
parent afa282ecbf
commit 7474099bac

View file

@ -58,7 +58,7 @@ describe("row api - postgres", () => {
port, port,
database: "postgres", database: "postgres",
user: "postgres", user: "postgres",
password: process.env.POSTGRES_PASSWORD!, password: "password",
schema: "public", schema: "public",
ssl: false, ssl: false,
rejectUnauthorized: false, rejectUnauthorized: false,