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