Skip to content

Commit ff705df

Browse files
committed
remove unnecessary env variable in tests
1 parent b75530c commit ff705df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const pg = require('pg')
22

33
module.exports = {
44
getClient: () => {
5-
const client = new pg.Client(process.env.PG_URL)
5+
const client = new pg.Client()
66
client.connect()
77
return client
88
},

0 commit comments

Comments
 (0)