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 e71923f commit 427e379Copy full SHA for 427e379
testing/main_test.go
@@ -429,8 +429,8 @@ func TestGOPG(t *testing.T) {
429
// via the 'database' parameter; GoPG also does not support the 'options' parameter.
430
//
431
// pg: options other than 'sslmode', 'application_name' and 'connect_timeout' are not supported
432
- //authClientCert: "GoPG does not support custom root cert",
433
- //authPassword: "GoPG does not support custom root cert",
+ authClientCert: "GoPG does not support custom root cert",
+ authPassword: "GoPG does not support custom root cert",
434
})
435
}
436
0 commit comments