diff --git a/internal/api/auth/authorization_test.go b/internal/api/auth/authorization_test.go index 5282e10c92..ac1193385e 100644 --- a/internal/api/auth/authorization_test.go +++ b/internal/api/auth/authorization_test.go @@ -210,7 +210,6 @@ func Test_GetFieldFromReq(t *testing.T) { } func Test_HasGlobalPermission(t *testing.T) { - type args struct { perms []string } @@ -245,7 +244,6 @@ func Test_HasGlobalPermission(t *testing.T) { } func Test_GetPermissionCtxIDs(t *testing.T) { - type args struct { perms []string }