Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincantu committed Nov 2, 2023
1 parent 2b14338 commit 017c832
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkgs/authlib/internal/providers/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import (
"net/http/httptest"
"testing"

. "github.com/smartystreets/goconvey/convey" //revive:disable-line:dot-imports
// nolint: revive
. "github.com/smartystreets/goconvey/convey"
)

func TestClient_AWSServiceRoleToken(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion pkgs/authlib/internal/providers/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import (
"net/http/httptest"
"testing"

. "github.com/smartystreets/goconvey/convey" //revive:disable-line:dot-imports
// nolint: revive
. "github.com/smartystreets/goconvey/convey"
)

func newValidAzureToken() string {
Expand Down
3 changes: 2 additions & 1 deletion pkgs/lombric/lombric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import (
"testing"
"time"

. "github.com/smartystreets/goconvey/convey" //revive:disable-line:dot-imports
// nolint: revive
. "github.com/smartystreets/goconvey/convey"
"github.com/spf13/viper"
)

Expand Down

0 comments on commit 017c832

Please sign in to comment.