diff --git a/pkg/job/maxdimassociator/associator_logging_test.go b/pkg/job/maxdimassociator/associator_logging_test.go index bb817d36..2a2db7ef 100644 --- a/pkg/job/maxdimassociator/associator_logging_test.go +++ b/pkg/job/maxdimassociator/associator_logging_test.go @@ -5,9 +5,10 @@ import ( "log/slog" "testing" + "github.com/stretchr/testify/require" + "github.com/prometheus-community/yet-another-cloudwatch-exporter/pkg/config" "github.com/prometheus-community/yet-another-cloudwatch-exporter/pkg/model" - "github.com/stretchr/testify/require" ) func TestAssociatorLogging(t *testing.T) {