diff --git a/pkg/services/oauthserver/oasimpl/aggregate_store_test.go b/pkg/services/oauthserver/oasimpl/aggregate_store_test.go index a15afd2b1ef..09c7d35e520 100644 --- a/pkg/services/oauthserver/oasimpl/aggregate_store_test.go +++ b/pkg/services/oauthserver/oasimpl/aggregate_store_test.go @@ -5,11 +5,12 @@ import ( "testing" "time" + "github.com/stretchr/testify/mock" + "github.com/stretchr/testify/require" + ac "github.com/grafana/grafana/pkg/services/accesscontrol" "github.com/grafana/grafana/pkg/services/oauthserver" "github.com/grafana/grafana/pkg/services/user" - "github.com/stretchr/testify/mock" - "github.com/stretchr/testify/require" ) var cachedUser = func() *oauthserver.Client {