Skip to content

Commit

Permalink
Update modules/postgres/postgres_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
  • Loading branch information
bearrito and mdelapenya committed Apr 26, 2024
1 parent 7805e1f commit c80fa83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/postgres/postgres_test.go
Expand Up @@ -68,7 +68,6 @@ func createSSLCerts(t *testing.T) (*tlscert.Certificate, *tlscert.Certificate, e
}

func createSSLSettings(t *testing.T) postgres.SSLSettings {

caCert, serverCerts, err := createSSLCerts(t)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit c80fa83

Please sign in to comment.