Fix issues with failing tests on darwin (#7042)

This commit is contained in:
Steven Soroka
2020-02-18 19:13:54 -05:00
committed by GitHub
parent 397a04aa32
commit 8b3bd2585d
6 changed files with 15 additions and 9 deletions

View File

@@ -210,6 +210,7 @@ func TestPostgresqlSqlScript(t *testing.T) {
Tagvalue: "",
}}
p := &Postgresql{
Log: testutil.Logger{},
Service: postgresql.Service{
Address: fmt.Sprintf(
"host=%s user=postgres sslmode=disable",