summaryrefslogtreecommitdiff
path: root/pkg/web/middleware/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/web/middleware/user_test.go')
-rw-r--r--pkg/web/middleware/user_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/web/middleware/user_test.go b/pkg/web/middleware/user_test.go
index c18bfdb..b09fa7b 100644
--- a/pkg/web/middleware/user_test.go
+++ b/pkg/web/middleware/user_test.go
@@ -6,8 +6,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
+ "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app/domain"
"gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/db"
- "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/domain"
"gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/key"
"gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/oidc"
"gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/pls"