Fix sslmode require test
This commit is contained in:
+1
-1
@@ -854,7 +854,7 @@ func TestParseEnvLibpq(t *testing.T) {
|
||||
"PGSSLMODE": "require",
|
||||
},
|
||||
config: pgx.ConnConfig{
|
||||
TLSConfig: &tls.Config{},
|
||||
TLSConfig: &tls.Config{InsecureSkipVerify: true},
|
||||
UseFallbackTLS: false,
|
||||
RuntimeParams: map[string]string{},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user