Skip to content

Commit

Permalink
Lint test file access_controlled_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxuyang <xuyang.jia@gmail.com>
  • Loading branch information
jiaxuyang committed Jun 6, 2024
1 parent d8a8849 commit b6053de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ package accesscontrolled
import (
"context"
"errors"
"github.com/uber/cadence/common/types"
"github.com/uber/cadence/service/frontend/admin"
"testing"

"github.com/golang/mock/gomock"
Expand All @@ -35,6 +33,8 @@ import (
"github.com/uber/cadence/common/authorization"
"github.com/uber/cadence/common/metrics"
"github.com/uber/cadence/common/metrics/mocks"
"github.com/uber/cadence/common/types"
"github.com/uber/cadence/service/frontend/admin"
)

func TestIsAuthorized(t *testing.T) {
Expand Down

0 comments on commit b6053de

Please sign in to comment.