summaryrefslogtreecommitdiff
path: root/app/app_test.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-23 16:31:38 -0600
committermo khan <mo@mokhan.ca>2025-05-23 16:31:38 -0600
commit3335636fe9aa21b330b68c4876d93c1439dc9965 (patch)
treee538f23e4a4e504117a084dd57d9acb3a3175718 /app/app_test.go
parentbb757ca729b21926c6e0e93fafdba04aad7f83ef (diff)
chore: update module name to match git location
Diffstat (limited to 'app/app_test.go')
-rw-r--r--app/app_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app_test.go b/app/app_test.go
index 8aaaaee0..f3168bd5 100644
--- a/app/app_test.go
+++ b/app/app_test.go
@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authz.d/pkg/rpc"
+ "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd/pkg/rpc"
)
func TestApp(t *testing.T) {