diff --git a/pkgs/authlib/internal/providers/aws_test.go b/pkgs/authlib/internal/providers/aws_test.go index 43a4af6..097a38a 100644 --- a/pkgs/authlib/internal/providers/aws_test.go +++ b/pkgs/authlib/internal/providers/aws_test.go @@ -6,7 +6,7 @@ import ( "net/http/httptest" "testing" - . "github.com/smartystreets/goconvey/convey" + . "github.com/smartystreets/goconvey/convey" // revive:disable-line ) func TestClient_AWSServiceRoleToken(t *testing.T) { diff --git a/pkgs/authlib/internal/providers/azure_test.go b/pkgs/authlib/internal/providers/azure_test.go index 8ed75a8..af6e37b 100644 --- a/pkgs/authlib/internal/providers/azure_test.go +++ b/pkgs/authlib/internal/providers/azure_test.go @@ -7,7 +7,7 @@ import ( "net/http/httptest" "testing" - . "github.com/smartystreets/goconvey/convey" + . "github.com/smartystreets/goconvey/convey" // revive:disable-line ) func newValidAzureToken() string { diff --git a/pkgs/lombric/lombric_test.go b/pkgs/lombric/lombric_test.go index 30f2ce1..376b7d6 100644 --- a/pkgs/lombric/lombric_test.go +++ b/pkgs/lombric/lombric_test.go @@ -18,7 +18,7 @@ import ( "testing" "time" - . "github.com/smartystreets/goconvey/convey" + . "github.com/smartystreets/goconvey/convey" // revive:disable-line "github.com/spf13/viper" )