fix a typo in config_test.go
fix a typo in config_test.go
This commit is contained in:
committed by
Jack Christensen
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user