From 7805e1f51c0b6cc1315ff376513fe777d068bc23 Mon Sep 17 00:00:00 2001 From: Barrett Strausser Date: Fri, 26 Apr 2024 11:04:56 -0400 Subject: [PATCH] Update modules/postgres/postgres_test.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Manuel de la Peña --- modules/postgres/postgres_test.go | 1 - 1 file changed, 1 deletion(-) 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) {