Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

Commit 4936033

Browse files
abenhamdinebrianc
authored andcommitted
Check more default properties in configuration teset
1 parent d6e7dfe commit 4936033

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/integration/client/configuration-tests.js

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ suite.test('default values are used in new clients', function () {
1919
port: 5432,
2020
rows: 0,
2121
max: 10,
22+
binary: false,
23+
idleTimeoutMillis: 30000,
24+
client_encoding: '',
25+
ssl: false,
26+
application_name: undefined,
27+
fallback_application_name: undefined,
28+
parseInputDatesAsUTC: false
2229
})
2330

2431
var client = new pg.Client()

0 commit comments

Comments
 (0)