diff options
Diffstat (limited to 'internal/oidc/flow_refresh_test.go')
| -rw-r--r-- | internal/oidc/flow_refresh_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/oidc/flow_refresh_test.go b/internal/oidc/flow_refresh_test.go index 7efc4be9f..3d6add0d8 100644 --- a/internal/oidc/flow_refresh_test.go +++ b/internal/oidc/flow_refresh_test.go @@ -8,13 +8,13 @@ import ( "testing" "time" - "github.com/golang/mock/gomock" "github.com/ory/fosite" "github.com/ory/fosite/handler/oauth2" "github.com/ory/fosite/storage" "github.com/ory/fosite/token/hmac" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "go.uber.org/mock/gomock" "github.com/authelia/authelia/v4/internal/mocks" "github.com/authelia/authelia/v4/internal/oidc" |
