Skip to content

Commit

Permalink
Address linter objections
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoog committed Apr 29, 2024
1 parent 665def3 commit ad70b05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion x-pack/metricbeat/module/azure/azure_test.go
Expand Up @@ -5,8 +5,9 @@
package azure

import (
"github.com/stretchr/testify/assert"
"testing"

"github.com/stretchr/testify/assert"
)

func TestGroupMetricsDefinitionsByResourceId(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions x-pack/metricbeat/module/azure/client_test.go
Expand Up @@ -6,15 +6,15 @@ package azure

import (
"errors"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
"github.com/stretchr/testify/require"
"testing"
"time"

"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
)

var (
Expand Down

0 comments on commit ad70b05

Please sign in to comment.