We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8b8f5 commit fc8d735Copy full SHA for fc8d735
1 file changed
packages/pg/test/unit/client/password-callback-tests.js
@@ -46,6 +46,8 @@ suite.test('password callback is called with conenction params', async function
46
47
suite.test('cleartext password auth does not crash with null password using pg-pass', async function () {
48
process.env.PGPASSFILE = `${__dirname}/pgpass.file`
49
+ // set this to undefined so pgpass will use the file
50
+ process.env.PGPASSWORD = undefined
51
const wait = new Wait()
52
console.log()
53
console.log('hit hit hit')
0 commit comments