chore: fix errors reported by running make lint (#21015)

This commit is contained in:
Halimao
2024-07-22 18:01:07 +00:00
committed by GitHub
parent ba7e6be7e9
commit c2df06c985
5 changed files with 6 additions and 8 deletions
+1 -3
View File
@@ -9,9 +9,7 @@ import (
embeddedpostgres "github.com/fergusstrange/embedded-postgres"
"github.com/hashicorp/consul/sdk/freeport"
// this is where we get our pgx database driver from
_ "github.com/jackc/pgx/v5/stdlib"
_ "github.com/jackc/pgx/v5/stdlib" // this is where we get our pgx database driver from
"github.com/stretchr/testify/require"
"gotest.tools/v3/golden"