diff options
Diffstat (limited to 'internal/handlers/handler_user_info_test.go')
| -rw-r--r-- | internal/handlers/handler_user_info_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/handlers/handler_user_info_test.go b/internal/handlers/handler_user_info_test.go index ced0f7fbd..2d3c20286 100644 --- a/internal/handlers/handler_user_info_test.go +++ b/internal/handlers/handler_user_info_test.go @@ -4,13 +4,13 @@ import ( "fmt" "testing" - "github.com/authelia/authelia/internal/mocks" - "github.com/authelia/authelia/internal/storage" - "github.com/golang/mock/gomock" "github.com/sirupsen/logrus" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/suite" + + "github.com/authelia/authelia/internal/mocks" + "github.com/authelia/authelia/internal/storage" ) type FetchSuite struct { |
