summaryrefslogtreecommitdiff
path: root/internal/oidc/client_credentials_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/oidc/client_credentials_test.go')
-rw-r--r--internal/oidc/client_credentials_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/oidc/client_credentials_test.go b/internal/oidc/client_credentials_test.go
index d9642b180..9fbc6df22 100644
--- a/internal/oidc/client_credentials_test.go
+++ b/internal/oidc/client_credentials_test.go
@@ -15,7 +15,6 @@ import (
"time"
"github.com/golang-jwt/jwt/v5"
- "github.com/golang/mock/gomock"
"github.com/google/uuid"
"github.com/ory/fosite"
"github.com/ory/fosite/storage"
@@ -23,6 +22,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
"github.com/valyala/fasthttp"
+ "go.uber.org/mock/gomock"
"gopkg.in/square/go-jose.v2"
"github.com/authelia/authelia/v4/internal/authorization"