Skip to content

Commit

Permalink
feat(rbac): handle code review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr committed Jun 2, 2024
1 parent d713c7c commit 95a6d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/rbac-backend/src/service/permission-policy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,6 @@ describe('RBACPermissionPolicy Tests', () => {
newIdentityResponse(),
);
expect(decision.result).toBe(AuthorizeResult.DENY);
// verifyAuditLogForNonResourcedPermission('', 'test.resource', 'use', AuthorizeResult.DENY);
});

// Tests for Resource Permission type
Expand Down

0 comments on commit 95a6d0a

Please sign in to comment.