Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweav committed Mar 6, 2025
1 parent 1276bfd commit 346608c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/ruler/notifier/notifier_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/stretchr/testify/require"

"github.com/grafana/dskit/crypto/tls"
"github.com/grafana/dskit/flagext"
"github.com/stretchr/testify/require"
)

func TestAlertmanagerClientConfig(t *testing.T) {
Expand Down Expand Up @@ -295,6 +294,6 @@ func TestAlertmanagerClientConfig(t *testing.T) {

type fakeSecretReader struct{}

func (fsr *fakeSecretReader) ReadSecret(path string) ([]byte, error) {
func (fsr *fakeSecretReader) ReadSecret(_ string) ([]byte, error) {
return []byte{}, nil
}

0 comments on commit 346608c

Please sign in to comment.