Skip to content

Commit

Permalink
test: remove searchPath from postgreSQL config
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 15, 2023
1 parent 2ae295b commit 4b10565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export function getConfig(): ConnectionConfig {
user: process.env.PG_USER as string,
password: process.env.PG_PASSWORD as string,
},
searchPath: ['custom', 'public'],
debug: !!process.env.DEBUG,
useNullAsDefault: true,
}
Expand Down

0 comments on commit 4b10565

Please sign in to comment.