mirror of https://github.com/jackc/pgx.git
Fix sslmode require test
parent
30fa7cc37f
commit
a1e4d17e58
|
@ -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{},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue