Skip to content

Commit

Permalink
lint: Fix unused-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jul 13, 2024
1 parent 7a4f169 commit edb5587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"testing"
)

func setupSecretManagerMock(ctx context.Context, t *testing.T) *mock_secretmanagerenv.MocksecretManagerClient {
func setupSecretManagerMock(_ context.Context, t *testing.T) *mock_secretmanagerenv.MocksecretManagerClient {
ctrl := gomock.NewController(t)
t.Cleanup(func() {
ctrl.Finish()
Expand Down

0 comments on commit edb5587

Please sign in to comment.