From 004c3da1fa943afc97bd933bb2464854c6d62d90 Mon Sep 17 00:00:00 2001 From: gamab Date: Tue, 23 May 2023 18:52:29 +0200 Subject: [PATCH] Imports order --- pkg/services/oauthserver/oasimpl/aggregate_store_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {