mirror of
https://github.com/jackc/pgx.git
synced 2025-04-27 21:25:53 +00:00
Fix sslmode require test
This commit is contained in:
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…
x
Reference in New Issue
Block a user