Skip to content

Commit

Permalink
fix golangci reported issuers
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schuppert <[email protected]>
  • Loading branch information
stuggi committed Sep 17, 2024
1 parent 51ceb1c commit fcb2a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/barbican_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ var _ = Describe("Barbican controller", func() {

mariadbSuite.RunBasicSuite()

mariadbSuite.RunURLAssertSuite(func(accountName types.NamespacedName, username string, password string) {
mariadbSuite.RunURLAssertSuite(func(_ types.NamespacedName, username string, password string) {
Eventually(func(g Gomega) {
secretDataMap := th.GetSecret(barbicanTest.BarbicanConfigSecret)

Expand Down

0 comments on commit fcb2a1a

Please sign in to comment.