mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 07:32:12 +08:00
Postgres: Config diagnostics / logging update (#105666)
* config diagnostics update * update tests * fix typo
This commit is contained in:
@ -99,7 +99,7 @@ func TestIntegrationGenerateConnectionString(t *testing.T) {
|
||||
user: "user",
|
||||
database: "database",
|
||||
tlsSettings: tlsSettings{},
|
||||
expErr: "invalid port in host specifier",
|
||||
expErr: "error parsing postgres url",
|
||||
},
|
||||
{
|
||||
desc: "Password with single quote and backslash",
|
||||
|
Reference in New Issue
Block a user