diff --git a/modules/postgres/postgres_test.go b/modules/postgres/postgres_test.go index ade48c92a1..2097b7184b 100644 --- a/modules/postgres/postgres_test.go +++ b/modules/postgres/postgres_test.go @@ -79,7 +79,6 @@ func createSSLSettings(t *testing.T) postgres.SSLSettings { CertFile: serverCerts.CertPath, KeyFile: serverCerts.KeyPath, } - } func TestPostgres(t *testing.T) {