mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
fix a typo in config_test.go
fix a typo in config_test.go
This commit is contained in:
parent
6f2ce92356
commit
44768b5a01
@ -541,7 +541,7 @@ func TestParseConfig(t *testing.T) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "multiple hosts and fallback tsl",
|
name: "multiple hosts and fallback tls",
|
||||||
connString: "user=jack password=secret host=foo,bar,baz dbname=mydb sslmode=prefer",
|
connString: "user=jack password=secret host=foo,bar,baz dbname=mydb sslmode=prefer",
|
||||||
config: &pgconn.Config{
|
config: &pgconn.Config{
|
||||||
User: "jack",
|
User: "jack",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user