summaryrefslogtreecommitdiff
path: root/internal/handlers/oidc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/oidc_test.go')
-rw-r--r--internal/handlers/oidc_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/oidc_test.go b/internal/handlers/oidc_test.go
index 7e77e6a39..e80c84b25 100644
--- a/internal/handlers/oidc_test.go
+++ b/internal/handlers/oidc_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/assert"
- "github.com/authelia/authelia/internal/session"
+ "github.com/authelia/authelia/v4/internal/session"
)
func TestShouldDetectIfConsentIsMissing(t *testing.T) {