Improve test coverage of rbac stuff
Compare changes
- Fabian Seidl authored
@@ -63,7 +63,6 @@ func (auth *AuthInterceptor) Stream() grpc.StreamServerInterceptor {
@@ -63,7 +63,6 @@ func (auth *AuthInterceptor) Stream() grpc.StreamServerInterceptor {
@@ -132,7+131,7 @@
@@ -132,7+131,7 @@
err := auth.compareRequestedPermissionWithRolePermissions(requestedMethod, storedRole.GetPermissions())